summaryrefslogtreecommitdiff
path: root/src/login.c
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@canonical.com>2019-03-03 23:31:24 +0100
committerBalint Reczey <balint.reczey@canonical.com>2019-03-03 23:31:24 +0100
commitb0729855e8fb744192a0395ea24673557818172c (patch)
treef2c3f13b5ba33b0b1f3627c24cd4005e0972ff86 /src/login.c
parent589f97ade4610b98cc532c8142343d4c33694e72 (diff)
downloadshadow-b0729855e8fb744192a0395ea24673557818172c.tar.gz
New upstream version 4.6upstream/4.6
Diffstat (limited to 'src/login.c')
-rw-r--r--src/login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login.c b/src/login.c
index 2d2e704e..e287cb0b 100644
--- a/src/login.c
+++ b/src/login.c
@@ -1163,7 +1163,7 @@ int main (int argc, char **argv)
* entries.
* Use the x variants because we need to keep the
* entry for a long time, and there might be other
- * getxxyy in between.
+ * getxxyyy in between.
*/
pw_free (pwd);
pwd = xgetpwnam (username);