From 534c3bc21a256e113265ff1af6724af5ac4c9f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=28=CA=92=29?= Date: Sun, 7 Oct 2018 13:37:58 +0200 Subject: [PATCH] Fix typo --- src/rax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rax.c b/src/rax.c index 92b36755..b652928a 100644 --- a/src/rax.c +++ b/src/rax.c @@ -1313,7 +1313,7 @@ int raxIteratorNextStep(raxIterator *it, int noup) { } } -/* Seek the grestest key in the subtree at the current node. Return 0 on +/* Seek the greatest key in the subtree at the current node. Return 0 on * out of memory, otherwise 1. This is an helper function for different * iteration functions below. */ int raxSeekGreatest(raxIterator *it) {