From 932c76a02329e9c1b40f2b3d134ef22c55c19243 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 21 Jan 2007 12:12:04 +0000 Subject: Typo hunt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9684 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/txt-converter/char-converter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/txt-converter') diff --git a/src/txt-converter/char-converter.c b/src/txt-converter/char-converter.c index 6db1aceb6..b5f604bf8 100644 --- a/src/txt-converter/char-converter.c +++ b/src/txt-converter/char-converter.c @@ -106,7 +106,7 @@ int convert_init(void){ ShowStatus("Converting Storage Database...\n"); fp=fopen(storage_txt,"r"); if(fp==NULL){ - ShowError("cant't read : %s\n",storage_txt); + ShowError("can't read : %s\n",storage_txt); return 0; } lineno=count=0; @@ -243,7 +243,7 @@ int convert_init(void){ ShowStatus("Converting Guild Storage Database...\n"); fp=fopen(guild_storage_txt,"r"); if(fp==NULL){ - ShowError("cant't read : %s\n",guild_storage_txt); + ShowError("can't read : %s\n",guild_storage_txt); return 0; } lineno=count=0; -- cgit v1.2.3-60-g2f50