From 73df60440ff835a5b79afd08fe2cc088c093ca3e Mon Sep 17 00:00:00 2001 From: Mordred Date: Sun, 28 Jan 2018 00:03:42 +0100 Subject: [PATCH] Type on comment --- src/servers/sapphire_zone/Zone/TerritoryMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/sapphire_zone/Zone/TerritoryMgr.h b/src/servers/sapphire_zone/Zone/TerritoryMgr.h index 0018212a..f0f12be1 100644 --- a/src/servers/sapphire_zone/Zone/TerritoryMgr.h +++ b/src/servers/sapphire_zone/Zone/TerritoryMgr.h @@ -78,7 +78,7 @@ namespace Core /*! returns true if the territoryType in question is not a private zone */ bool isPrivateTerritory( uint32_t territoryTypeId ) const; - /*! returns true if the territyTyoe is a default-non instanced zone */ + /*! returns true if the territoryType is a default non-instanced zone */ bool isDefaultTerritory( uint32_t territoryTypeId ) const; /*! creates a new instance for a given territoryTypeId */