Commit c90df719 authored by lenz@mysql.com's avatar lenz@mysql.com

Fixed typo in the Boostrap strip

parent 94c7024e
...@@ -329,7 +329,7 @@ $command= "make dist"; ...@@ -329,7 +329,7 @@ $command= "make dist";
if ($opt_win_dist) if ($opt_win_dist)
{ {
&logger ("Creating Windows source package"); &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!"); &run_command($command, "make_win_src_distribution failed!");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment