nostrdb/Fix typos

Closes: https://github.com/damus-io/nostrdb/pull/25
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
shuoer86
2024-01-05 23:26:30 +08:00
committed by Daniel D’Aquino
parent 75c7adddb8
commit 099b588be2
2 changed files with 3 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ static int ndb_make_text_search_key(unsigned char *buf, int bufsize,
// TODO: need update this to uint64_t
// we push this first because our query function can pull this off
// quicky to check matches
// quickly to check matches
if (!cursor_push_varint(&cur, (int32_t)note_id))
return 0;