Skip to content

Commit 15155ec

Browse files
committed
fix typo
1 parent 5bfd562 commit 15155ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysql_install_db.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int main(int argc, char **argv)
195195
die("database creation failed");
196196
}
197197

198-
printf("Creation of the database was successfull");
198+
printf("Creation of the database was successful");
199199
return 0;
200200
}
201201

0 commit comments

Comments
 (0)