summaryrefslogtreecommitdiff
path: root/dselect/basecmds.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/basecmds.cc')
-rw-r--r--dselect/basecmds.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/basecmds.cc b/dselect/basecmds.cc
index 44ce64def..6af099ed7 100644
--- a/dselect/basecmds.cc
+++ b/dselect/basecmds.cc
@@ -107,7 +107,7 @@ baselist::matchsearch(int index)
name = itemname(index);
if (!name)
- return false; /* Skip things without a name (seperators). */
+ return false; /* Skip things without a name (separators). */
searchlen=strlen(searchstring);
lendiff = strlen(name) - searchlen;