summaryrefslogtreecommitdiffstats
path: root/login-utils/last.c
diff options
context:
space:
mode:
authorSami Kerola2014-07-13 18:17:51 +0200
committerSami Kerola2014-07-13 18:21:02 +0200
commit0e65dcde88a73a009696ecdb5d779deea9dff8da (patch)
tree5cd5b8c685e7db69d71ced005c4ed597182acafc /login-utils/last.c
parentbuild-sys: release++ (v2.25-rc2) (diff)
downloadkernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.tar.gz
kernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.tar.xz
kernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.zip
textual: fix some typos
Found with misspell-check version 2.0d. Reference: https://github.com/lyda/misspell-check Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'login-utils/last.c')
-rw-r--r--login-utils/last.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/last.c b/login-utils/last.c
index ba58c4433..4c70eaaaf 100644
--- a/login-utils/last.c
+++ b/login-utils/last.c
@@ -401,7 +401,7 @@ static int list(const struct last_control *ctl, struct utmp *p, time_t t, int wh
utline[4] = 0;
/*
- * Is this something we wanna show?
+ * Is this something we want to show?
*/
if (ctl->show) {
char **walk;