Correct "errror" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:52:09 +0000 (08:52 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:22 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/groupdb/mapping_tdb.c
source3/nmbd/nmbd_winsserver.c
source3/rpc_server/mdssvc/mdssvc.c

index 8a6b28c2a1c68f6762a62cb72f1a4434381df7bf..33d4e6d3cb9284a4a202042b82847e4d8c00402c 100644 (file)
@@ -1049,7 +1049,7 @@ static int convert_ldb_record(TDB_CONTEXT *ltdb, TDB_DATA key,
        }
 
        if (remaining != 0) {
-               DEBUG(0, ("Errror: %d bytes unread in ltdb_unpack_data\n",
+               DEBUG(0, ("Error: %d bytes unread in ltdb_unpack_data\n",
                          remaining));
        }
 
index 7723b743c30e7b5f1eb505e2ddf8da745fd022c8..cd7d3b7fc753bc92eaf609221d94356747d20b61 100644 (file)
@@ -1649,7 +1649,7 @@ received for name %s from IP %s on subnet %s. Error - should not be sent to WINS
 
        if(group) {
                DEBUG(0,("wins_process_multihomed_name_registration_request: group name registration request \
-received for name %s from IP %s on subnet %s. Errror - group names should not be multihomed.\n",
+received for name %s from IP %s on subnet %s. Error - group names should not be multihomed.\n",
                        nmb_namestr(question), inet_ntoa(from_ip), subrec->subnet_name));
                return;
        }
index c32ba0cd09315b9852dbbcb7466e367079d09423..9be0cc488776cb535dca3242292dd6931751cb84 100644 (file)
@@ -67,7 +67,7 @@ struct slq_destroy_state {
 /*
  * If these functions return an error, they hit something like a non
  * recoverable talloc error. Most errors are dealt with by returning
- * an errror code in the Spotlight RPC reply.
+ * an error code in the Spotlight RPC reply.
  */
 static bool slrpc_fetch_properties(struct mds_ctx *mds_ctx,
                                   const DALLOC_CTX *query, DALLOC_CTX *reply);