summaryrefslogtreecommitdiffstats
path: root/misc-utils/whereis.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/whereis.c')
-rw-r--r--misc-utils/whereis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c
index c598d494e..2d4c58125 100644
--- a/misc-utils/whereis.c
+++ b/misc-utils/whereis.c
@@ -547,7 +547,7 @@ int main(int argc, char **argv)
lookup(arg, ls, want);
/*
* The lookup mask ("want") is cumulative and it's
- * resetable only when it has been already used.
+ * resettable only when it has been already used.
*
* whereis -b -m foo :'foo' mask=BIN|MAN
* whereis -b foo bar :'foo' and 'bar' mask=BIN|MAN