summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-08-13 07:12:08 +0200
committerunknown <lenz@mysql.com>2003-08-13 07:12:08 +0200
commitc32ebf3a86bae7d1cc1a35da7fc6c4487b84d32f (patch)
tree1d52e080f4152970651f64e3c243df30b3e646b5 /Build-tools
parent965050afc9340a108a389ada8e3ecea948da1302 (diff)
downloadmariadb-git-c32ebf3a86bae7d1cc1a35da7fc6c4487b84d32f.tar.gz
Fixed typo in the Boostrap strip
Build-tools/Bootstrap: - fixed typo
Diffstat (limited to 'Build-tools')
-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!");
}