8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
This commit is contained in:
alexpeshkoff 2012-10-12 08:26:11 +00:00
parent 6cf6d47398
commit 57e187ad1d

View File

@ -97,7 +97,7 @@ printf ("Turning forced writes off\n");
sprintf (cmd, "gfix -write async %s", Db_name);
if (system (cmd))
{
printf ("Couldn't turn forced writed off\n");
printf ("Couldn't turn forced writes off\n");
exit (FINI_ERROR);
}