1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
This commit is contained in:
Vladislav Vaintroub
2018-06-08 20:42:39 +01:00
parent 5bfd562a00
commit 15155ecd34

View File

@@ -195,7 +195,7 @@ int main(int argc, char **argv)
die("database creation failed");
}
printf("Creation of the database was successfull");
printf("Creation of the database was successful");
return 0;
}