Skip to content

Commit

Permalink
Correct "errror" typos.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lamb <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
Reviewed-by: Garming Sam <[email protected]>
  • Loading branch information
lamby authored and GSam committed Feb 22, 2017
1 parent 39f2579 commit 1429428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source3/groupdb/mapping_tdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down
2 changes: 1 addition & 1 deletion source3/nmbd/nmbd_winsserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion source3/rpc_server/mdssvc/mdssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1429428

Please sign in to comment.