From 2463cf50bf8f5616881965a306ba26a69406a61d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 Jun 2007 22:26:38 +0000 Subject: [PATCH] mispelled "phrase" --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40925 --- core/sm_stringutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sm_stringutil.cpp b/core/sm_stringutil.cpp index c225525a..dde2f493 100644 --- a/core/sm_stringutil.cpp +++ b/core/sm_stringutil.cpp @@ -100,7 +100,7 @@ try_serverlang: goto error_out; } } else { - pCtx->ThrowNativeErrorEx(SP_ERROR_PARAM, "Language prhase \"%s\" not found", key); + pCtx->ThrowNativeErrorEx(SP_ERROR_PARAM, "Language phrase \"%s\" not found", key); goto error_out; } }