aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-07-24 19:16:17 +0000
committercorvid <corvid@lavabit.com>2011-07-24 19:16:17 +0000
commit3d7044efae9e5fa7b4b6c0f9be4134b4cd51bfe9 (patch)
tree5f8231240d2b6f91588b0bf9896e4943e28d935a
parentece8d43c440122f6b600fecf4d93818caf177008 (diff)
typo
-rw-r--r--src/uicmd.cc2
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)