]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
he -> they
authorleeceeksdee <70331744+leeceeksdee@users.noreply.github.com>
Fri, 28 Aug 2020 17:11:02 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Aug 2020 17:11:02 +0000 (19:11 +0200)
term-utils/ttymsg.c

index 2aab69f106977b473429d2454a4280988519b66e..b04687596ea30e469e873bd9de6ee59e9028ceac 100644 (file)
@@ -85,7 +85,7 @@ ttymsg(struct iovec *iov, size_t iovcnt, char *line, int tmout) {
        /* The old code here rejected the line argument when it contained a '/',
           saying: "A slash may be an attempt to break security...".
           However, if a user can control the line argument here
-          then he can make this routine write to /dev/hda or /dev/sda
+          then they can make this routine write to /dev/hda or /dev/sda
           already. So, this test was worthless, and these days it is
           also wrong since people use /dev/pts/xxx. */