aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2013-12-28 16:31:45 +0200
committerLee Salzman <[email protected]>2013-12-28 16:31:45 +0200
commit01416f58506189473a4a998d425c463319c9735f (patch)
treee8538082a9b8984a5efe2326d7bfe166955889d2 /docs
parent272d4432f80ed8dd72612bad96cd129f1a42b007 (diff)
downloadenet-01416f58506189473a4a998d425c463319c9735f.tar.gz
enet-01416f58506189473a4a998d425c463319c9735f.zip
typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/design.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design.dox b/docs/design.dox
index 28d9f3a..f74a2bd 100644
--- a/docs/design.dox
+++ b/docs/design.dox
@@ -44,7 +44,7 @@ packet streams that simplify the transfer of various types of data.
ENet provides sequencing for all packets by assigning to each sent
packet a sequence number that is incremented as packets are sent. ENet
-guarentees that no packet with a higher sequence number will be
+guarantees that no packet with a higher sequence number will be
delivered before a packet with a lower sequence number, thus ensuring
packets are delivered exactly in the order they are sent.