diff options
Diffstat (limited to 'src/char/char.c')
-rw-r--r-- | src/char/char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.c b/src/char/char.c index e0c4cd84d..c6c779a00 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -4241,7 +4241,7 @@ void sql_config_read(const char* cfgName) ShowInfo("Reading file %s...\n", cfgName); if ((fp = fopen(cfgName, "r")) == NULL) { - ShowError("file not found: %s\n", cfgName); + ShowError("File not found: %s\n", cfgName); return; } |