summaryrefslogtreecommitdiffstats
path: root/term-utils/write.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-08-10 21:13:44 +0200
committerKarel Zak2011-08-15 15:49:47 +0200
commit1bf3e8a8eba0459606202f99c6c656164abfe566 (patch)
treea7ecbcc16c593d8f99c2200fce43f6f5c70f9ed8 /term-utils/write.c
parenthexdump: fix "beginnin" typo in usage message (diff)
downloadkernel-qcow2-util-linux-1bf3e8a8eba0459606202f99c6c656164abfe566.tar.gz
kernel-qcow2-util-linux-1bf3e8a8eba0459606202f99c6c656164abfe566.tar.xz
kernel-qcow2-util-linux-1bf3e8a8eba0459606202f99c6c656164abfe566.zip
write: remove inconsistent periods from two error messages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'term-utils/write.c')
-rw-r--r--term-utils/write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/term-utils/write.c b/term-utils/write.c
index 88433620d..b44f0e018 100644
--- a/term-utils/write.c
+++ b/term-utils/write.c
@@ -143,7 +143,7 @@ int main(int argc, char **argv)
exit(EXIT_FAILURE);
if (!msgsok)
errx(EXIT_FAILURE,
- _("you have write permission turned off."));
+ _("you have write permission turned off"));
} else
mytty = "<no tty>";
@@ -161,7 +161,7 @@ int main(int argc, char **argv)
argv[2] += 5;
if (utmp_chk(argv[1], argv[2]))
errx(EXIT_FAILURE,
- _("%s is not logged in on %s."),
+ _("%s is not logged in on %s"),
argv[1], argv[2]);
if (term_chk(argv[2], &msgsok, &atime, 1))
exit(EXIT_FAILURE);