From 2440002b75d65952b0ae51b903fa42be2a33ce84 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 9 May 2007 03:52:43 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index 73c5ed8c7b..ce27ad5d7f 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -57,7 +57,7 @@ def getTasks(config_env): [config.OSX_HOST_panther, "2.3", "both"], env=config_env), Job("bigmac.24", "distrib/all/build-osx", - [config.OSX_HOST_panther, "2.4", "both"], env=config_env) + [config.OSX_HOST_panther, "2.4", "both"], env=config_env), Job("bigmac.25", "distrib/all/build-osx", [config.OSX_HOST_panther, "2.5", "both"], env=config_env)