Author: mimir
Date: 2006-05-07 13:39:53 +0000 (Sun, 07 May 2006)
New Revision: 15489

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15489

Log:
Typo fixes.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/libnet_vampire.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_vampire.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_vampire.c   2006-05-07 13:12:12 UTC 
(rev 15488)
+++ branches/SAMBA_4_0/source/libnet/libnet_vampire.c   2006-05-07 13:39:53 UTC 
(rev 15489)
@@ -304,7 +304,7 @@
                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 @@
                                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,

Reply via email to