* fix word error.

This commit is contained in:
xia0ta0
2014-09-01 10:00:35 +08:00
parent fc37dcd3bc
commit 66a91d13c4
+1 -1
View File
@@ -200,7 +200,7 @@ class helper
$modelLines .= "$replaceMark\n}";
if(!@file_put_contents($mergedModelFile, $modelLines))
{
die("ERROR: $mergedModelFile not writable, please make sur the " . dirname($mergedModelFile) . ' directory exists and writable');
die("ERROR: $mergedModelFile not writable, please make sure the " . dirname($mergedModelFile) . ' directory exists and writable');
}
if(!class_exists($extTmpModelClass))include $mergedModelFile;