From: nekral-guest Date: Sun, 3 Feb 2008 21:42:08 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 4.1.1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f08833fba2a0bab0eabbea23f61838a187176279;p=shadow Fix typo. --- diff --git a/src/usermod.c b/src/usermod.c index e8049a9e..f4b16800 100644 --- a/src/usermod.c +++ b/src/usermod.c @@ -166,7 +166,7 @@ static void date_to_str (char *buf, size_t maxsize, { struct tm *tp; - if ((negatif != NULL) && (date < 0)) { + if ((negativ != NULL) && (date < 0)) { strncpy (buf, negativ, maxsize); } else { time_t t = date;