diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-12 20:46:26 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-12 20:46:26 +0000 |
commit | 82ed134370a815969c0718788ea5b664c08c693a (patch) | |
tree | b43137601cf436af396c51dffdc8da274d812a03 /src/core | |
parent | f874c178d9d7744c553ce83a9fde7ab80d110e80 (diff) |
Corrected a comment typo.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/netconnection.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |