Commit c32ebf3a authored by unknown's avatar unknown

Fixed typo in the Boostrap strip


Build-tools/Bootstrap:
   - fixed typo
parent 965050af
...@@ -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