From 4b60829b4a78150849fb253987b5d8c87d12c19a Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Wed, 25 Sep 2013 19:54:21 +0200 Subject: [PATCH] Fix typos in build.py's help target. See #1034. Thanks @probins. --- build.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.py b/build.py index 57f952b949..fb5e39d459 100755 --- a/build.py +++ b/build.py @@ -781,7 +781,7 @@ The most common targets are: Other less frequently used targets are: apidoc - Builds the API-Documentation using JSDoc3. - integration-test - Builds all examples in various modes and usually tales a + integration-test - Builds all examples in various modes and usually takes a long time to finish. This target calls the following targets: lint, build, build-all, test, build-examples, check-examples and apidoc. @@ -796,8 +796,8 @@ Other less frequently used targets are: If no target is given, the build-target will be executed. -The above list is not complete, please see the sourceode for not-mentioned and -only seldomly called targets. +The above list is not complete, please see the source code for not-mentioned +and only seldomly called targets. ''' if __name__ == '__main__':