summaryrefslogtreecommitdiff
path: root/Build-tools/Bootstrap
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-08-13 07:12:08 +0200
committerlenz@mysql.com <>2003-08-13 07:12:08 +0200
commitc90df7192efa04a6ed54ed9647c595d2faecd5c9 (patch)
tree1d52e080f4152970651f64e3c243df30b3e646b5 /Build-tools/Bootstrap
parent94c7024eaa4fb93b407e2aee0002bbd7014eb974 (diff)
downloadmariadb-git-c90df7192efa04a6ed54ed9647c595d2faecd5c9.tar.gz
Fixed typo in the Boostrap strip
Diffstat (limited to 'Build-tools/Bootstrap')
-rwxr-xr-xBuild-tools/Bootstrap2
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!");
}