Fix some typos.
authorKarolin Seeger <kseeger@samba.org>
Fri, 8 Feb 2008 08:28:57 +0000 (09:28 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 8 Feb 2008 09:05:32 +0000 (10:05 +0100)
Karolin
(This used to be commit 2bec0a1fb7857e6fb8ec15e5f597b2d4125f105b)

source3/include/MacExtensions.h
source3/lib/smbldap.c
source3/lib/util_str.c
source3/libsmb/libsmbclient.c
source3/printing/printing.c
source3/smbd/reply.c

index 006b814037c2e63ebb6855d0bc2f9fabae8e2e95..6e911feea229c17ecf5b27081b08a26069dff546 100644 (file)
@@ -235,7 +235,7 @@ enum {
 ** that contains the icon data, icon size, icon type, the file type, and file creator.
 **             
 **
-** The server returns only that the call was succesfull or not. 
+** The server returns only that the call was successful or not.
 */
 #define SMB_MAC_DT_ADD_ICON      0x309
 
index 662a5a948a523c0908dc7e14161f9c17df1463de..65a039b119190ca0a5e336995cb2b46ccee88c29 100644 (file)
@@ -980,7 +980,7 @@ static int smbldap_connect_system(struct smbldap_state *ldap_state, LDAP * ldap_
                ldap_state->paged_results = True;
        }
 
-       DEBUG(3, ("ldap_connect_system: succesful connection to the LDAP server\n"));
+       DEBUG(3, ("ldap_connect_system: successful connection to the LDAP server\n"));
        DEBUGADD(10, ("ldap_connect_system: LDAP server %s support paged results\n", 
                ldap_state->paged_results ? "does" : "does not"));
        return rc;
@@ -1063,7 +1063,7 @@ static int smbldap_open(struct smbldap_state *ldap_state)
                        "smbldap_idle_fn", smbldap_idle_fn, ldap_state);
        }
 
-       DEBUG(4,("The LDAP server is succesfully connected\n"));
+       DEBUG(4,("The LDAP server is successfully connected\n"));
 
        return LDAP_SUCCESS;
 }
index 93ecad728d7d4fec2a4631353b685cb16dcd276f..f631dfffeedd4e733bbca324a5f3ce18211aa91f 100644 (file)
@@ -2171,7 +2171,7 @@ char *ipstr_list_make(char **ipstr_list,
  * @param ipstr ip string list to be parsed
  * @param ip_list pointer to array of ip addresses which is
  *        allocated by this function and must be freed by caller
- * @return number of succesfully parsed addresses
+ * @return number of successfully parsed addresses
  **/
 
 int ipstr_list_parse(const char *ipstr_list, struct ip_service **ip_list)
index 2eb580a52d416aa071e5a85e586cb2ec3538360e..e84de596374e7be61794e53cc99f0822b187295f 100644 (file)
@@ -6797,7 +6797,7 @@ smbc_free_context(SMBCCTX *context,
         SAFE_FREE(context->netbios_name);
         SAFE_FREE(context->user);
 
-        DEBUG(3, ("Context %p succesfully freed\n", context));
+        DEBUG(3, ("Context %p successfully freed\n", context));
         SAFE_FREE(context->internal);
         SAFE_FREE(context);
         return 0;
index 9f2c08629d6e5749afbd3eafc343108bf796e236..221e79b3370b5d0438af6b11dfa87a2eaf0ea5f6 100644 (file)
@@ -2575,7 +2575,7 @@ bool print_job_end(int snum, uint32 jobid, enum file_close_type close_type)
 
 fail:
 
-       /* The print job was not succesfully started. Cleanup */
+       /* The print job was not successfully started. Cleanup */
        /* Still need to add proper error return propagation! 010122:JRR */
        unlink(pjob->filename);
        pjob_delete(sharename, jobid);
index baebff83decbc0e5446e0a45bb85e3c259f91969..669dad2e3a8aee00ced7e9668aa2168842eb440c 100644 (file)
@@ -2469,7 +2469,7 @@ NTSTATUS unlink_internals(connection_struct *conn, struct smb_request *req,
                        }
 
                        count++;
-                       DEBUG(3,("unlink_internals: succesful unlink [%s]\n",
+                       DEBUG(3,("unlink_internals: successful unlink [%s]\n",
                                 fname));
 
                        TALLOC_FREE(fname);