From 7762359068c15cab654c7c191da0f3f927ae4f24 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 11 Nov 2015 12:51:01 +0200 Subject: [PATCH] Minor spelling mistake in global event type debugging information. --- source/Event/Global.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Event/Global.hpp b/source/Event/Global.hpp index 34615590..90d13edf 100644 --- a/source/Event/Global.hpp +++ b/source/Event/Global.hpp @@ -1190,7 +1190,7 @@ template < class T > bool GlobalFilter< T >::Exclude(const RefType & ent, SQInt3 else if (!EntType::InEvent(m_Event->m_Type)) { DbgErr(ToStrF("%sGlobalFilter", EntType::Name), "exclude", - "Attempting to for an incompatible event type: %s", + "Attempting to for an incompatible event type: %s", GetEventName(m_Event->m_Type)); } // Make sure the entity is not already excluded fom the filter