Fix spelling s/coult/could/
authorMathieu Parent <math.parent@gmail.com>
Fri, 4 May 2018 20:18:47 +0000 (22:18 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 May 2018 00:09:26 +0000 (02:09 +0200)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/passdb/pdb_samba_dsdb.c

index 957524ddabc23f6294ef6e958d265cc778f9bcaa..f405c51aaebd1ee48a9b16b366b38e169ea49895 100644 (file)
@@ -2236,7 +2236,7 @@ static bool pdb_samba_dsdb_get_trusteddom_pw(struct pdb_methods *m,
                                (ndr_pull_flags_fn_t)ndr_pull_trustAuthInOutBlob);
        if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
                DEBUG(0, ("Failed to get trusted domain password for %s, "
-                         "attribute trustAuthOutgoing coult not be parsed %s.\n",
+                         "attribute trustAuthOutgoing could not be parsed %s.\n",
                          domain,
                          ndr_map_error2string(ndr_err)));
                TALLOC_FREE(tmp_ctx);
@@ -2391,7 +2391,7 @@ static NTSTATUS pdb_samba_dsdb_get_trusteddom_creds(struct pdb_methods *m,
                                (ndr_pull_flags_fn_t)ndr_pull_trustAuthInOutBlob);
        if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
                DEBUG(0, ("Failed to get trusted domain password for %s, "
-                         "attribute trustAuthOutgoing coult not be parsed %s.\n",
+                         "attribute trustAuthOutgoing could not be parsed %s.\n",
                          domain,
                          ndr_map_error2string(ndr_err)));
                TALLOC_FREE(tmp_ctx);
@@ -2678,7 +2678,7 @@ static bool pdb_samba_dsdb_set_trusteddom_pw(struct pdb_methods *m,
                                (ndr_pull_flags_fn_t)ndr_pull_trustAuthInOutBlob);
                if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
                        DEBUG(0, ("Failed to get trusted domain password for %s, "
-                                 "attribute trustAuthOutgoing coult not be parsed %s.\n",
+                                 "attribute trustAuthOutgoing could not be parsed %s.\n",
                                  domain,
                                  ndr_map_error2string(ndr_err)));
                        TALLOC_FREE(tmp_ctx);