Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Ira Cooper <[email protected]>

Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Fri Jun 19 01:05:17 CEST 2015 on sn-devel-104
  • Loading branch information
vlendec committed Jun 18, 2015
1 parent 5a82cc2 commit 052b9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/tsocket/tsocket_bsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ static struct tevent_req *tdgram_bsd_recvfrom_send(TALLOC_CTX *mem_ctx,
* recvfrom if the caller asked for it.
*
* This is needed because in most cases
* we preferr to flush send buffers before
* we prefer to flush send buffers before
* receiving incoming requests.
*/
tdgram_bsd_recvfrom_handler(req);
Expand Down Expand Up @@ -1746,7 +1746,7 @@ static struct tevent_req *tstream_bsd_readv_send(TALLOC_CTX *mem_ctx,
* readv if the caller asked for it.
*
* This is needed because in most cases
* we preferr to flush send buffers before
* we prefer to flush send buffers before
* receiving incoming requests.
*/
tstream_bsd_readv_handler(req);
Expand Down
2 changes: 1 addition & 1 deletion source4/nbt_server/wins/winsserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ static void nbtd_wins_randomize1Clist(struct loadparm_context *lp_ctx,

/*
* choose a random address to be the first in the response to the client,
* preferr the addresses inside the nbtd:wins_randomize1Clist_mask netmask
* prefer the addresses inside the nbtd:wins_randomize1Clist_mask netmask
*/
r = random();
idx = sidx = r % num_addrs;
Expand Down

0 comments on commit 052b9a5

Please sign in to comment.