summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-18 15:56:16 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-18 15:56:16 +1100
commit81eb31f07b6c8802021ff524646323c2aa6e3af5 (patch)
treeabef625a4d86f3e32e463cb4406ba5912db184b0
parent9ae4daeb96ecf99f17f425678d2386758ab5aa35 (diff)
downloadsamba-81eb31f07b6c8802021ff524646323c2aa6e3af5.tar.gz
samba-81eb31f07b6c8802021ff524646323c2aa6e3af5.tar.bz2
samba-81eb31f07b6c8802021ff524646323c2aa6e3af5.zip
s4: spelling error
-rw-r--r--source4/lib/stream/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/stream/packet.c b/source4/lib/stream/packet.c
index f5e2b843cd..251d951e70 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,