summaryrefslogtreecommitdiffstats
path: root/misc-utils/whereis.c
diff options
context:
space:
mode:
authorYuri Chornoivan2015-01-24 08:18:51 +0100
committerKarel Zak2015-01-26 11:38:38 +0100
commit6e834d67ee4adb112b1339e51c908865ccac4a87 (patch)
treef75beed17985cc3cb053341ee213944c916d2ad8 /misc-utils/whereis.c
parentMerge branch 'icc-fixes' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-6e834d67ee4adb112b1339e51c908865ccac4a87.tar.gz
kernel-qcow2-util-linux-6e834d67ee4adb112b1339e51c908865ccac4a87.tar.xz
kernel-qcow2-util-linux-6e834d67ee4adb112b1339e51c908865ccac4a87.zip
textual: fix various minor typos
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 da809a158..e6f5b4166 100644
--- a/misc-utils/whereis.c
+++ b/misc-utils/whereis.c
@@ -600,7 +600,7 @@ int main(int argc, char **argv)
usage(stderr);
}
- if (arg_i < i) /* moved the the next argv[] item */
+ if (arg_i < i) /* moved to the next argv[] item */
break;
}
}