summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-08-15 22:10:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-20 18:36:33 +0200
commitc0eaf0fad88f15c843098a43ca2cadbf009ce094 (patch)
tree7b129c5055ded1aa400d34409d64bbab363b3e9e /utils
parent5a3976828225947d333ff2326d04f8b20e48e072 (diff)
fix common misspellings
* Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
Diffstat (limited to 'utils')
-rw-r--r--utils/devprobe.c2
-rw-r--r--utils/ftpcp.c2
-rw-r--r--utils/ftpdir.c2
-rw-r--r--utils/login.c2
-rw-r--r--utils/mount.c2
-rw-r--r--utils/vmstat.c2
-rw-r--r--utils/w.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/utils/devprobe.c b/utils/devprobe.c
index b5ebafe4..d7020322 100644
--- a/utils/devprobe.c
+++ b/utils/devprobe.c
@@ -35,7 +35,7 @@ static const struct argp_option options[] = {
{0}
};
static const char *args_doc = "DEVNAME...";
-static const char *doc = "Test for the existance of mach device DEVNAME..."
+static const char *doc = "Test for the existence of mach device DEVNAME..."
"\vThe exit status is 0 if any devices were found.";
int
diff --git a/utils/ftpcp.c b/utils/ftpcp.c
index 4c4c151a..67ccb1a0 100644
--- a/utils/ftpcp.c
+++ b/utils/ftpcp.c
@@ -240,7 +240,7 @@ efinish (struct epoint *e)
}
/* Give a name which refers to a directory file, and a name in that
- directory, this should return in COMPOSITE the composite name refering to
+ directory, this should return in COMPOSITE the composite name referring to
that name in that directory, in malloced storage. */
error_t
eappend (struct epoint *e,
diff --git a/utils/ftpdir.c b/utils/ftpdir.c
index 9b496add..4ccb821d 100644
--- a/utils/ftpdir.c
+++ b/utils/ftpdir.c
@@ -39,7 +39,7 @@ static struct argp_option options[] =
{"account", 'a', "ACCT",0, "Account to login as"},
{"separator",'S', "SEP", 0, "String to separate multiple listings"},
{"prefix", 'P', "PFX", 0, "String to proceed listings; the first and second"
- " occurances of %s are replace by HOST and DIR"},
+ " occurrences of %s are replace by HOST and DIR"},
{"host", 'h', "HOST",0, "Use HOST as a default host"},
{"debug", 'D', 0, 0, "Turn on debugging output for ftp connections"},
{"intepret", 'i', 0, 0, "Parse the directory output"},
diff --git a/utils/login.c b/utils/login.c
index aefc2187..cad3b1ed 100644
--- a/utils/login.c
+++ b/utils/login.c
@@ -663,7 +663,7 @@ main(int argc, char *argv[])
if (ugids.eff_uids.num + ugids.avail_uids.num == 0)
/* We're transiting from having some uids to having none, which means
this is probably a new login session. Unless specified otherwise,
- set a timer to kill this session if it hasn't aquired any ids by
+ set a timer to kill this session if it hasn't acquired any ids by
then. Note that we fork off the timer process before clearing the
process owner: because we're interested in killing unowned
processes, proc's in-same-login-session rule should apply to us
diff --git a/utils/mount.c b/utils/mount.c
index e9f64d85..8b059c23 100644
--- a/utils/mount.c
+++ b/utils/mount.c
@@ -48,7 +48,7 @@ static const struct argp_option argp_opts[] =
{"timeout", 'T', "MILLISECONDS", 0, "Timeout for translator startup"},
{"format", 'p', "mount|fstab|translator", OPTION_ARG_OPTIONAL,
"Output format for query (no filesystem arguments)"},
- {"options", 'o', "OPTIONS", 0, "A `,' seperated list of options"},
+ {"options", 'o', "OPTIONS", 0, "A `,' separated list of options"},
{"readonly", 'r', 0, 0, "Never write to disk or allow opens for writing"},
{"writable", 'w', 0, 0, "Use normal read/write behavior"},
{"update", 'u', 0, 0, "Flush any meta-data cached in core"},
diff --git a/utils/vmstat.c b/utils/vmstat.c
index 86494dce..bc3f2d45 100644
--- a/utils/vmstat.c
+++ b/utils/vmstat.c
@@ -456,7 +456,7 @@ main (int argc, char **argv)
if (field->standard)
output_fields |= (1 << (field - fields));
- /* Returns an appropiate SIZE_UNITS for printing FIELD. */
+ /* Returns an appropriate SIZE_UNITS for printing FIELD. */
#define SIZE_UNITS(field) \
(size_units >= 0 \
? size_units \
diff --git a/utils/w.c b/utils/w.c
index 43bce025..37555088 100644
--- a/utils/w.c
+++ b/utils/w.c
@@ -253,7 +253,7 @@ static void
add_utmp_procs (struct proc_stat_list *procs, struct utmp *u)
{
/* The tty name, with space for '\0' termination and an
- appropiate prefix. */
+ appropriate prefix. */
char tty[sizeof _PATH_DEV + sizeof u->ut_line];
io_t tty_node;
error_t err;