1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fixed typo in the Boostrap strip

Build-tools/Bootstrap:
   - fixed typo
This commit is contained in:
unknown
2003-08-13 07:12:08 +02:00
parent 965050afc9
commit c32ebf3a86

View File

@@ -329,7 +329,7 @@ $command= "make dist";
if ($opt_win_dist)
{
&logger ("Creating Windows source package");
$command= "./scripts/make_win_src_distibution";
$command= "./scripts/make_win_src_distribution";
&run_command($command, "make_win_src_distribution failed!");
}