summaryrefslogtreecommitdiffstats
path: root/src/Net/Connection.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-06-12 23:51:52 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-06-12 23:51:52 +0200
commit6aedcd087462eb198958229f3c9785da6ac52cf3 (patch)
tree219c38296baefe188d2025f352d0020a72770183 /src/Net/Connection.cpp
parent177c770bbb4c75b42688d5c5e7627c2fef8500e5 (diff)
downloadmad-6aedcd087462eb198958229f3c9785da6ac52cf3.tar
mad-6aedcd087462eb198958229f3c9785da6ac52cf3.zip
Receive richtig schreiben...
Diffstat (limited to 'src/Net/Connection.cpp')
-rw-r--r--src/Net/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/Connection.cpp b/src/Net/Connection.cpp
index 298eb3e..31821ac 100644
--- a/src/Net/Connection.cpp
+++ b/src/Net/Connection.cpp
@@ -47,7 +47,7 @@ bool Connection::send(const Packet &packet) {
return true;
}
-bool Connection::recieve() {
+bool Connection::receive() {
unsigned char *headerData = reinterpret_cast<unsigned char*>(&header);
ssize_t ret;