summaryrefslogtreecommitdiffstats
path: root/login-utils/islocal.c
diff options
context:
space:
mode:
authorBenno Schulenberg2013-01-26 17:07:51 +0100
committerKarel Zak2013-02-06 11:15:02 +0100
commitb50945d4ac2b415823cdc067efdcb54c80de8145 (patch)
tree8a885ceafab6f06f278dc82582a5be0f919a5705 /login-utils/islocal.c
parentdocs: AUTHORS: remove four duplicate entries (diff)
downloadkernel-qcow2-util-linux-b50945d4ac2b415823cdc067efdcb54c80de8145.tar.gz
kernel-qcow2-util-linux-b50945d4ac2b415823cdc067efdcb54c80de8145.tar.xz
kernel-qcow2-util-linux-b50945d4ac2b415823cdc067efdcb54c80de8145.zip
textual: spell and encode the name of Arkadiusz Miśkiewicz correctly
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'login-utils/islocal.c')
-rw-r--r--login-utils/islocal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/login-utils/islocal.c b/login-utils/islocal.c
index 0235b781c..13ce28e48 100644
--- a/login-utils/islocal.c
+++ b/login-utils/islocal.c
@@ -1,6 +1,6 @@
/*
* islocal.c - returns true if user is registered in the local
- * /etc/passwd file. Written by Alvaro Martinez Echevarria,
+ * /etc/passwd file. Written by Álvaro Martínez Echevarria,
* alvaro@enano.etsit.upm.es, to allow peaceful coexistence with yp. Nov 94.
*
* Hacked a bit by poe@daimi.aau.dk
@@ -10,7 +10,7 @@
* to distinguish user names where one is a prefix of the other,
* and to use "pathnames.h". Oct 5, 96.
*
- * 1999-02-22 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+ * 1999-02-22 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
* - added Native Language Support
*
* 2008-04-06 James Youngman, jay@gnu.org