1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +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) 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!");
} }