s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 14 Dec 2009 16:51:39 +0000 (17:51 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 7 Jan 2010 10:07:52 +0000 (11:07 +0100)
source3/smbd/chgpasswd.c

index 5c46f447051deee188eef458024ac3f911547e44..70ce75c5524d785f8260a610bb6c8058be16c151 100644 (file)
@@ -1155,7 +1155,7 @@ NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passw
                }
        }
 
-       /* removed calculation here, becuase passdb now calculates
+       /* removed calculation here, because passdb now calculates
           based on policy.  jmcd */
        if ((can_change_time != 0) && (time(NULL) < can_change_time)) {
                DEBUG(1, ("user %s cannot change password now, must "