From e3a3dda1d820fec5b5b0cfe872d3e234c6a7cc6c 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 f1f1b5c53..31a0aa6d2 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;