diff options
-rw-r--r-- | src/uicmd.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc index 1efcf845..43dee783 100644 --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -775,7 +775,7 @@ void a_UIcmd_open_file(void *vbw) /* * Returns a newly allocated string holding a search url generated from - * a string of keywords (separarated by blanks) and the current search_url. + * a string of keywords (separated by blanks) and the current search_url. * The search string is urlencoded. */ static char *UIcmd_make_search_str(const char *str) |