summaryrefslogtreecommitdiff
path: root/src/common/sql.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-07-21 11:46:32 -0300
committershennetsind <ind@henn.et>2013-07-21 11:46:32 -0300
commit9bcb1423969870a6b60819e6f3846fe0235e28a9 (patch)
treee922415de0fd8d7948fe03ef7cd4cd9a2c5d38be /src/common/sql.c
parente3fd7cc88828865aa94ad00a2e2301a1d44e0831 (diff)
downloadhercules-9bcb1423969870a6b60819e6f3846fe0235e28a9.tar.gz
hercules-9bcb1423969870a6b60819e6f3846fe0235e28a9.tar.bz2
hercules-9bcb1423969870a6b60819e6f3846fe0235e28a9.tar.xz
hercules-9bcb1423969870a6b60819e6f3846fe0235e28a9.zip
HCache & SQL Update Checker minor change
Files loaded by HCache now display a green C to distinguish whether it was loaded from cache or not Fixed a typo in the SQL Update Checker. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/sql.c')
-rw-r--r--src/common/sql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sql.c b/src/common/sql.c
index 99482072c..579346001 100644
--- a/src/common/sql.c
+++ b/src/common/sql.c
@@ -1048,7 +1048,7 @@ void Sql_HerculesUpdateCheck(Sql* self) {
fclose(ifp);
if( performed ) {
- ShowSQL("- dected %d new "CL_WHITE"SQL updates"CL_RESET"\n",performed);
+ ShowSQL("- detected %d new "CL_WHITE"SQL updates"CL_RESET"\n",performed);
ShowMessage("%s",StrBuf->Value(&buf));
ShowSQL("To manually skip, type: 'sql update skip <file name>'\n");
}