summaryrefslogtreecommitdiff
path: root/src/char/inter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/inter.c')
-rw-r--r--src/char/inter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c
index 16cd356ab..80dc9372c 100644
--- a/src/char/inter.c
+++ b/src/char/inter.c
@@ -694,7 +694,7 @@ static int inter_config_read(const char* cfgName)
fp = fopen(cfgName, "r");
if(fp == NULL) {
- ShowError("file not found: %s\n", cfgName);
+ ShowError("File not found: %s\n", cfgName);
return 1;
}