lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 19 Jun 2019 09:45:30 +0000 (11:45 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 20 Jun 2019 17:18:17 +0000 (17:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/trusts_util.c

index 3ebf67f231e52fba773ad03ec632d2e9ee5c80d0..0f0541a26b9c3df033c8828e3ec4bbe633a5e1b4 100644 (file)
@@ -354,7 +354,7 @@ NTSTATUS trust_pw_change(struct netlogon_creds_cli_context *context,
                }
 
                /*
-                * We use the password that's already persitent in
+                * We use the password that's already persistent in
                 * our database in order to handle failures.
                 */
                data_blob_clear_free(&new_trust_pw_blob);