s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 14 Dec 2009 16:51:39 +0000 (17:51 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 25 Jan 2010 11:49:18 +0000 (12:49 +0100)
(cherry picked from commit 53e9ffb3a66acfa9af2bf4c616b2b83daf723f49)

source3/smbd/chgpasswd.c

index 3ec4013465a0acb6385ae3ca998b993feea2145d..2c7c1b8270d799b8af8f5c7d745e8fbeec240ee0 100644 (file)
@@ -1117,7 +1117,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 "