From c32ebf3a86bae7d1cc1a35da7fc6c4487b84d32f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Aug 2003 07:12:08 +0200 Subject: [PATCH] Fixed typo in the Boostrap strip Build-tools/Bootstrap: - fixed typo --- Build-tools/Bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); }