diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-03-19 21:50:39 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-03-19 21:50:39 (GMT) |
commit | d48e8589a5f3c896622368024082322b00adbb45 (patch) | |
tree | 1962e04640a77e5fb33501f9a03236cdfe2c6cbd /test/gettext | |
parent | 065e06645e101442a4b2b795b413d447190c6e9d (diff) | |
download | SCons-d48e8589a5f3c896622368024082322b00adbb45.zip SCons-d48e8589a5f3c896622368024082322b00adbb45.tar.gz SCons-d48e8589a5f3c896622368024082322b00adbb45.tar.bz2 |
typo fix
Diffstat (limited to 'test/gettext')
-rw-r--r-- | test/gettext/POTUpdate/UserExamples.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gettext/POTUpdate/UserExamples.py b/test/gettext/POTUpdate/UserExamples.py index 3c1f298..6269081 100644 --- a/test/gettext/POTUpdate/UserExamples.py +++ b/test/gettext/POTUpdate/UserExamples.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +2#!/usr/bin/env python # # __COPYRIGHT__ # @@ -25,7 +25,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ -End-to-end tests for POTUpdate. Assure, taht the examples from user's +End-to-end tests for POTUpdate. Assure, that the examples from user's documentation all work. """ |