1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

More spelling fixes across source4/

Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
This commit is contained in:
Brad Hards 2010-02-21 17:46:46 +11:00 committed by Matthias Dieter Wallnöfer
parent 7a23b9769b
commit 1e986c1cb3
7 changed files with 8 additions and 8 deletions

View File

@ -85,5 +85,5 @@ _PUBLIC_ const char *dyn_WINBINDD_SOCKET_DIR = WINBINDD_SOCKET_DIR;
/** Where to find the winbindd privileged socket */ /** Where to find the winbindd privileged socket */
_PUBLIC_ const char *dyn_WINBINDD_PRIVILEGED_SOCKET_DIR = WINBINDD_PRIVILEGED_SOCKET_DIR; _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; _PUBLIC_ const char *dyn_NTP_SIGND_SOCKET_DIR = NTP_SIGND_SOCKET_DIR;

View File

@ -158,7 +158,7 @@ static bool kpasswd_make_pwchange_reply(struct kdc_server *kdc,
/* /*
A user password change 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 the error_blob
*/ */
static bool kpasswdd_change_password(struct kdc_server *kdc, static bool kpasswdd_change_password(struct kdc_server *kdc,

View File

@ -553,7 +553,7 @@ NTSTATUS libnet_JoinDomain(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, stru
if (r->in.level == LIBNET_JOINDOMAIN_AUTOMATIC) { if (r->in.level == LIBNET_JOINDOMAIN_AUTOMATIC) {
connect_with_info->out.domain_name = talloc_strdup(tmp_ctx, r->in.domain_name); connect_with_info->out.domain_name = talloc_strdup(tmp_ctx, r->in.domain_name);
} else { } 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.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)); connect_with_info->out.realm = talloc_strdup(tmp_ctx, lp_realm(ctx->lp_ctx));
} }

View File

@ -281,8 +281,8 @@ static void wins_wack_allow(struct nbtd_wins_wack_state *s)
rec->registered_by = s->src->addr; rec->registered_by = s->src->addr;
/* /*
* now remove all addresses that're the client doesn't hold anymore * now remove all addresses that the client doesn't hold anymore
* and update the time stamp and owner for the ownes that are still there * and update the time stamp and owner for the ones that are still there
*/ */
for (i=0; rec->addresses[i]; i++) { for (i=0; rec->addresses[i]; i++) {
bool found = false; bool found = false;

View File

@ -55,7 +55,7 @@ static void single_accept_connection(struct tevent_context *ev,
/* this looks strange, but is correct. /* this looks strange, but is correct.
We can only be here if woken up from select, due to 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 We need to throttle things until the system clears
enough resources to handle this new socket. enough resources to handle this new socket.

View File

@ -141,7 +141,7 @@ static void setup_signals(void)
#endif #endif
/* POSIX demands that signals are inherited. If the invoking process has /* 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, SIGHUP);
BlockSignals(false, SIGTERM); BlockSignals(false, SIGTERM);

View File

@ -100,7 +100,7 @@ static NTSTATUS named_pipe_recv_auth_request(void *private_data,
/* /*
* make sure nothing happens on the socket untill the * make sure nothing happens on the socket untill the
* real implemenation takes over * real implementation takes over
*/ */
packet_recv_disable(pipe_conn->packet); packet_recv_disable(pipe_conn->packet);