From: Josh Soref Date: Sun, 22 Oct 2017 08:05:45 +0000 (+0000) Subject: spelling: cannot X-Git-Tag: 4.6~9^2~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0c05b01436cb47e1be0a4abb05a5f8fc81c5f36;p=thirdparty%2Fshadow.git spelling: cannot --- diff --git a/src/useradd.c b/src/useradd.c index 0e0fa1f8e..506c84339 100644 --- a/src/useradd.c +++ b/src/useradd.c @@ -2285,7 +2285,7 @@ int main (int argc, char **argv) /* * tallylog_reset needs to be able to lookup * a valid existing user name, - * so we canot call it before close_files() + * so we cannot call it before close_files() */ if (!lflg && getpwuid (user_id) != NULL) { tallylog_reset (user_name);