Browse Source

fix typo

pull/797/head
Vladislav Vaintroub 8 years ago
parent
commit
15155ecd34
  1. 2
      sql/mysql_install_db.cc

2
sql/mysql_install_db.cc

@ -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;
}

Loading…
Cancel
Save