]> granicus.if.org Git - shadow/commitdiff
Fix typo.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 3 Feb 2008 21:42:08 +0000 (21:42 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 3 Feb 2008 21:42:08 +0000 (21:42 +0000)
src/usermod.c

index e8049a9e90e07ca42d54270f8afc6b6ed5fa56b3..f4b16800145bc81c784c9bc941e13e64f95e5fe3 100644 (file)
@@ -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;