From c4e9d6b90d72a46bb86a68259cdcfab78679b0b6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 17 Mar 2012 02:56:26 +0000 Subject: [PATCH] Correct help string for --cairo option git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 45ab2b79..b5f0a4aa 100755 --- a/build.py +++ b/build.py @@ -268,7 +268,7 @@ def makeOptionParser(): ("verbose", (False, "Print out more information.")), ("nodoc", (False, "Do not run the default docs generator")), ("upload_package", (False, "Upload bdist package to nightly server.")), - ("cairo", (False, "Use Cairo for wxGraphicsContext instaed of native (Win only)")), + ("cairo", (False, "Allow Cairo use with wxGraphicsContext (Windows only)")), ] parser = optparse.OptionParser("build options:")