diff options
author | lenz@mysql.com <> | 2003-08-13 07:12:08 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-08-13 07:12:08 +0200 |
commit | c90df7192efa04a6ed54ed9647c595d2faecd5c9 (patch) | |
tree | 1d52e080f4152970651f64e3c243df30b3e646b5 /Build-tools/Bootstrap | |
parent | 94c7024eaa4fb93b407e2aee0002bbd7014eb974 (diff) | |
download | mariadb-git-c90df7192efa04a6ed54ed9647c595d2faecd5c9.tar.gz |
Fixed typo in the Boostrap strip
Diffstat (limited to 'Build-tools/Bootstrap')
-rwxr-xr-x | Build-tools/Bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap index 747d73398ab..c1838e1aefc 100755 --- a/Build-tools/Bootstrap +++ b/Build-tools/Bootstrap @@ -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!"); } |