summaryrefslogtreecommitdiffstats
path: root/login-utils/islocal.c
diff options
context:
space:
mode:
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