diff options
Diffstat (limited to 'kbx/kbxserver.c')
-rw-r--r-- | kbx/kbxserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/kbxserver.c b/kbx/kbxserver.c index 5e603320a..4a5e1f48a 100644 --- a/kbx/kbxserver.c +++ b/kbx/kbxserver.c @@ -406,7 +406,7 @@ cmd_search (assuan_context_t ctx, char *line) static const char hlp_next[] = "NEXT [--no-data]\n" "\n" - "Get the next search result from a previus search."; + "Get the next search result from a previous search."; static gpg_error_t cmd_next (assuan_context_t ctx, char *line) { |