diff options
Diffstat (limited to 'src/char/int_pet.c')
-rw-r--r-- | src/char/int_pet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_pet.c b/src/char/int_pet.c index 97fef3799..81c485f18 100644 --- a/src/char/int_pet.c +++ b/src/char/int_pet.c @@ -134,7 +134,7 @@ int inter_pet_save() FILE *fp; int lock; if( (fp=lock_fopen(pet_txt,&lock))==NULL ){ - ShowError("int_pet: cant write [%s] !!! data is lost !!!\n",pet_txt); + ShowError("int_pet: can't write [%s] !!! data is lost !!!\n",pet_txt); return 1; } pet_db->foreach(pet_db,inter_pet_save_sub,fp); |