mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Correct "errror" typos.
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>
This commit is contained in:
parent
39f2579a54
commit
1429428caa
@ -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));
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user