summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_vampire.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-05-07 13:39:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:41 -0500
commit4010a61fd85211bdee37874bf0bc27040ad70fff (patch)
treed2071b377c3e0a0523740adeab379dbb18b7827e /source4/libnet/libnet_vampire.c
parentf8f231da259d4729985a61bd645c19cdcb1f3e84 (diff)
downloadsamba-4010a61fd85211bdee37874bf0bc27040ad70fff.tar.gz
samba-4010a61fd85211bdee37874bf0bc27040ad70fff.tar.bz2
samba-4010a61fd85211bdee37874bf0bc27040ad70fff.zip
r15489: Typo fixes.
rafal (This used to be commit 221907fc0d0141c6c73f10f2dc829879205b9bcb)
Diffstat (limited to 'source4/libnet/libnet_vampire.c')
-rw-r--r--source4/libnet/libnet_vampire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libnet/libnet_vampire.c b/source4/libnet/libnet_vampire.c
index 04f9e000f4..4becdc3c7d 100644
--- a/source4/libnet/libnet_vampire.c
+++ b/source4/libnet/libnet_vampire.c
@@ -304,7 +304,7 @@ NTSTATUS libnet_SamSync_netlogon(struct libnet_context *ctx, TALLOC_CTX *mem_ctx
return nt_status;
}
- /* Setup details for the syncronisation */
+ /* Setup details for the synchronisation */
dbsync.in.logon_server = talloc_asprintf(samsync_ctx, "\\\\%s", dcerpc_server_name(p));
dbsync.in.computername = cli_credentials_get_workstation(machine_account);
dbsync.in.preferredmaximumlength = (uint32_t)-1;
@@ -340,7 +340,7 @@ NTSTATUS libnet_SamSync_netlogon(struct libnet_context *ctx, TALLOC_CTX *mem_ctx
char *error_string = NULL;
delta_ctx = talloc_named(loop_ctx, 0, "DatabaseSync delta context");
/* 'Fix' elements, by decrypting and
- * de-obfustiating the data */
+ * de-obfuscating the data */
nt_status = fix_delta(delta_ctx,
creds,
dbsync.in.database_id,