From 82ed134370a815969c0718788ea5b664c08c693a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 12 Nov 2013 20:46:26 +0000 Subject: Corrected a comment typo. --- src/core/netconnection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/netconnection.cc b/src/core/netconnection.cc index f87f66e..4892792 100644 --- a/src/core/netconnection.cc +++ b/src/core/netconnection.cc @@ -750,7 +750,7 @@ void NetConnection::parse_incoming_message(const std::string & message) if (connection()->localplayer()->zonechange() && oldzone && (oldzone != connection()->localplayer()->zone())) { - // notify the applciation to clear none-core zone assets (textures etc) + // notify the application to clear none-core zone assets (textures etc) application()->notify_zonechange(); // delete all entities in the old zone -- cgit v1.2.3