summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/winsserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/nbt_server/wins/winsserver.c')
-rw-r--r--source4/nbt_server/wins/winsserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nbt_server/wins/winsserver.c b/source4/nbt_server/wins/winsserver.c
index 3cd7d430f99..a60d5bd27fe 100644
--- a/source4/nbt_server/wins/winsserver.c
+++ b/source4/nbt_server/wins/winsserver.c
@@ -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;