summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-03-02 08:58:29 +0000
committerChris Wilson <chris+github@qwirx.com>2014-03-02 08:58:29 +0000
commit7f8353d71c272415d09531c46888560b7ea7de8f (patch)
tree58ad48bd5926c959ad318d84a6aab8f53e7702a9 /lib/server
parent3552ccc25938288775d56adf70b8bf0dc8b63563 (diff)
Spelling
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/Protocol.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/server/Protocol.cpp b/lib/server/Protocol.cpp
index 3c661154..ebc70f3b 100644
--- a/lib/server/Protocol.cpp
+++ b/lib/server/Protocol.cpp
@@ -169,8 +169,9 @@ void Protocol::CheckAndReadHdr(void *hdr)
// --------------------------------------------------------------------------
//
// Function
-// Name: Protocol::Recieve()
-// Purpose: Recieves an object from the stream, creating it from the factory object type
+// Name: Protocol::ReceiveInternal()
+// Purpose: Receives an object from the stream, creating it
+// from the factory object type
// Created: 2003/08/19
//
// --------------------------------------------------------------------------
@@ -621,7 +622,7 @@ void Protocol::Write(const std::string &rValue)
// --------------------------------------------------------------------------
//
// Function
-// Name: Protocol::ReceieveStream()
+// Name: Protocol::ReceiveStream()
// Purpose: Receive a stream from the remote side
// Created: 2003/08/26
//