From 13fb01d07dde0e2749eef2948071d513a4685215 Mon Sep 17 00:00:00 2001 From: yexo Date: Wed, 11 Mar 2009 07:32:31 +0000 Subject: (svn r15668) -Fix: a few typos. --- src/ai/ai_scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/ai_scanner.cpp') diff --git a/src/ai/ai_scanner.cpp b/src/ai/ai_scanner.cpp index f5c1231a8..d36976401 100644 --- a/src/ai/ai_scanner.cpp +++ b/src/ai/ai_scanner.cpp @@ -88,7 +88,7 @@ void AIScanner::ScanDir(const char *dirname, bool library_scan, bool library_rec if (!FioCheckFileExists(info_script, AI_DIR) || !FioCheckFileExists(main_script, AI_DIR)) continue; DEBUG(ai, 6, "Loading AI at location '%s'", main_script); - /* We don't care if one of the other scripst failed to load. */ + /* We don't care if one of the other scripts failed to load. */ this->engine->ResetCrashed(); this->engine->LoadScript(info_script); } else { -- cgit v1.2.3-54-g00ecf