From 81eb31f07b6c8802021ff524646323c2aa6e3af5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Oct 2009 15:56:16 +1100 Subject: [PATCH] s4: spelling error --- source4/lib/stream/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/stream/packet.c b/source4/lib/stream/packet.c index f5e2b843cd0..251d951e707 100644 --- a/source4/lib/stream/packet.c +++ b/source4/lib/stream/packet.c @@ -526,7 +526,7 @@ _PUBLIC_ void packet_queue_run(struct packet_context *pc) put a packet in the send queue. When the packet is actually sent, call send_callback. - Useful for operations that must occour after sending a message, such + Useful for operations that must occur after sending a message, such as the switch to SASL encryption after as sucessful LDAP bind relpy. */ _PUBLIC_ NTSTATUS packet_send_callback(struct packet_context *pc, DATA_BLOB blob, -- 2.34.1