From e767b2ff94a17ec1119fc20b265533357c472483 Mon Sep 17 00:00:00 2001 From: Fyren Date: Thu, 29 Oct 2009 20:34:00 -0700 Subject: [PATCH] Typo fix --- core/smn_halflife.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/smn_halflife.cpp b/core/smn_halflife.cpp index f1f1b5c5..31a0aa6d 100644 --- a/core/smn_halflife.cpp +++ b/core/smn_halflife.cpp @@ -453,7 +453,7 @@ static cell_t GuessSDKVersion(IPluginContext *pContext, const cell_t *params) case SOURCE_ENGINE_EPISODEONE: return 20; -# if defined METAMOD_PLAPI_VERISON +# if defined METAMOD_PLAPI_VERSION /* Newer games. */ case SOURCE_ENGINE_DARKMESSIAH: return 15;