summaryrefslogtreecommitdiffstats
path: root/term-utils
diff options
context:
space:
mode:
authorKarel Zak2013-09-30 13:58:53 +0200
committerKarel Zak2013-09-30 13:58:53 +0200
commita1e276ae1560dca9e985ca63f05fccb555d3f0d8 (patch)
treed342941f33e19aa64423e84b431c44e0cef91ef7 /term-utils
parentlibmount: Save errno if mkostemp() failed (diff)
downloadkernel-qcow2-util-linux-a1e276ae1560dca9e985ca63f05fccb555d3f0d8.tar.gz
kernel-qcow2-util-linux-a1e276ae1560dca9e985ca63f05fccb555d3f0d8.tar.xz
kernel-qcow2-util-linux-a1e276ae1560dca9e985ca63f05fccb555d3f0d8.zip
textual: fix misspelled words in -rc1
Reported-by: Rafael Ferreira <rafael.f.f1@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index 3033558bd..6ba263c2e 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -667,7 +667,7 @@ static void parse_args(int argc, char **argv, struct options *op)
else if (strcmp(optarg, "=auto") == 0)
op->clocal = CLOCAL_MODE_AUTO;
else
- log_err(_("unssuported --local-line mode argument"));
+ log_err(_("unsupported --local-line mode argument"));
}
break;
case 'm':