More spelling fixes across source4/
authorBrad Hards <bradh@frogmouth.net>
Sun, 21 Feb 2010 06:46:46 +0000 (17:46 +1100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 22 Feb 2010 20:45:38 +0000 (21:45 +0100)
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
source4/dynconfig/dynconfig.c
source4/kdc/kpasswdd.c
source4/libnet/libnet_join.c
source4/nbt_server/wins/winsserver.c
source4/smbd/process_single.c
source4/smbd/server.c
source4/smbd/service_named_pipe.c

index e0cabef317b828b2b64a9f7cb534c30a1e631da3..5af69bfe6b021dd7774ebfed08b3d695f53eb4bf 100644 (file)
@@ -85,5 +85,5 @@ _PUBLIC_ const char *dyn_WINBINDD_SOCKET_DIR = WINBINDD_SOCKET_DIR;
 /** Where to find the winbindd privileged socket */
 _PUBLIC_ const char *dyn_WINBINDD_PRIVILEGED_SOCKET_DIR = WINBINDD_PRIVILEGED_SOCKET_DIR;
 
-/** Where to find the NTP signing deamon socket */
+/** Where to find the NTP signing daemon socket */
 _PUBLIC_ const char *dyn_NTP_SIGND_SOCKET_DIR = NTP_SIGND_SOCKET_DIR;
index 2f4ebe0557cbc035cc56f05c6db345ff7029bff0..e65f25d820f1ff4bc45a819faf841c6997d170bd 100644 (file)
@@ -158,7 +158,7 @@ static bool kpasswd_make_pwchange_reply(struct kdc_server *kdc,
 /*
    A user password change
 
-   Return true if there is a valid error packet (or sucess) formed in
+   Return true if there is a valid error packet (or success) formed in
    the error_blob
 */
 static bool kpasswdd_change_password(struct kdc_server *kdc,
index 5abe88bb89a9a9c31d2bd51d1ff0f83b2189472c..84d3250c3168a2019fe04d57855275c7f030b781 100644 (file)
@@ -553,7 +553,7 @@ NTSTATUS libnet_JoinDomain(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, stru
                if (r->in.level == LIBNET_JOINDOMAIN_AUTOMATIC) {
                        connect_with_info->out.domain_name = talloc_strdup(tmp_ctx, r->in.domain_name);
                } else {
-                       /* Bugger, we just lost our way to automaticly find the domain name */
+                       /* Bugger, we just lost our way to automatically find the domain name */
                        connect_with_info->out.domain_name = talloc_strdup(tmp_ctx, lp_workgroup(ctx->lp_ctx));
                        connect_with_info->out.realm = talloc_strdup(tmp_ctx, lp_realm(ctx->lp_ctx));
                }
index eab3f20d78693ffcd5a89fbd7e1da7a095d9f8b7..95d22242b31cdb359105799993c4478c88ca5de2 100644 (file)
@@ -281,8 +281,8 @@ static void wins_wack_allow(struct nbtd_wins_wack_state *s)
        rec->registered_by = s->src->addr;
 
        /*
-        * now remove all addresses that're the client doesn't hold anymore
-        * and update the time stamp and owner for the ownes that are still there
+        * now remove all addresses that the client doesn't hold anymore
+        * and update the time stamp and owner for the ones that are still there
         */
        for (i=0; rec->addresses[i]; i++) {
                bool found = false;
index f873de47afb5676a8dc7b626488794faea9c1666..ec5f529aa172f9cf308f0f96fbe44c78d39d4ce4 100644 (file)
@@ -55,7 +55,7 @@ static void single_accept_connection(struct tevent_context *ev,
                /* this looks strange, but is correct. 
 
                   We can only be here if woken up from select, due to
-                  an incomming connection.
+                  an incoming connection.
 
                   We need to throttle things until the system clears
                   enough resources to handle this new socket. 
index 91fd5539392d1248916fa3af0b3835a4757df13e..ce278fdaf6a3035362ab723633e594ed6fb71323 100644 (file)
@@ -141,7 +141,7 @@ static void setup_signals(void)
 #endif
 
        /* POSIX demands that signals are inherited. If the invoking process has
-        * these signals masked, we will have problems, as we won't recieve them. */
+        * these signals masked, we will have problems, as we won't receive them. */
        BlockSignals(false, SIGHUP);
        BlockSignals(false, SIGTERM);
 
index 93ae60d69adf5fe64cb4b7280ee30183308c1387..c10f43273c6f282aa37f15cc0c3f0fc4971cf5da 100644 (file)
@@ -100,7 +100,7 @@ static NTSTATUS named_pipe_recv_auth_request(void *private_data,
 
        /*
         * make sure nothing happens on the socket untill the
-        * real implemenation takes over
+        * real implementation takes over
         */
        packet_recv_disable(pipe_conn->packet);