[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, python-work, updated. v1.11
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, python-work, updated. v1.11-457-gc9a6f7e |
Date: |
Mon, 12 Sep 2011 16:39:28 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=c9a6f7e262be9f011862580a07e37091819b6785
The branch, python-work has been updated
via c9a6f7e262be9f011862580a07e37091819b6785 (commit)
from 20787ab1199329eda967d14a6fd1d7f6a92d149a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c9a6f7e262be9f011862580a07e37091819b6785
Author: Stefano Lattarini <address@hidden>
Date: Mon Sep 12 18:37:05 2011 +0200
cosmetics: fix various typos and grammaros
* NEWS: Fix typos.
* tests/py-compile-basic.test: Likewise.
* tests/py-compile-basedir.test: Fix botched wording in comments.
* tests/py-compile-option-terminate.test: Fix typo and incomplete
comment.
Suggestions by Peter Rosin.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 ++++++++++
NEWS | 2 +-
tests/py-compile-basedir.test | 4 ++--
tests/py-compile-basic.test | 4 ++--
tests/py-compile-option-terminate.test | 4 ++--
5 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 82ea76d..d7eb525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-09-12 Stefano Lattarini <address@hidden>
+
+ cosmetics: fix various typos and grammaros
+ * NEWS: Fix typos.
+ * tests/py-compile-basic.test: Likewise.
+ * tests/py-compile-basedir.test: Fix botched wording in comments.
+ * tests/py-compile-option-terminate.test: Fix typo and incomplete
+ comment.
+ Suggestions by Peter Rosin.
+
2011-09-11 Stefano Lattarini <address@hidden>
tests: fix spurious failure on fast machines
diff --git a/NEWS b/NEWS
index c68f149..f26b332 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ New in 1.11.0a:
- The py-compile script now accepts empty arguments passed to the options
`--destdir' and `--basedir', and complains about unrecognized options.
- Moreover, a non-option argument or a special `--' arguments terminates
+ Moreover, a non-option argument or a special `--' argument terminates
the list of options.
- A developer that needs to pass specific flags to configure at "make
diff --git a/tests/py-compile-basedir.test b/tests/py-compile-basedir.test
index d84c790..a277639 100755
--- a/tests/py-compile-basedir.test
+++ b/tests/py-compile-basedir.test
@@ -21,8 +21,8 @@ required=python
set -e
-# We'll need to create files in `..', so that we need another level of
-# subdirectory in order not to clutter up the top-level tests directory.
+# We'll need to create files in `..', so we need one more subdirectory
+# level in order not to clutter up the top-level tests directory.
mkdir sandbox
cd sandbox
diff --git a/tests/py-compile-basic.test b/tests/py-compile-basic.test
index 5d8968c..a7a3f89 100755
--- a/tests/py-compile-basic.test
+++ b/tests/py-compile-basic.test
@@ -26,7 +26,7 @@ set -e
cp "$testsrcdir/../lib/py-compile" .
cat > foo.py <<'END'
-# Try out some non-trivial sytanx in here.
+# Try out some non-trivial syntax in here.
'''Module docstring'''
@@ -48,7 +48,7 @@ bar = baz = (1, (2,), [3, 4]); zardoz = 0;
END
cat > bar.py <<'END'
-# Import of non-existent modules, or assertion of flase conditions,
+# Import of non-existent modules, or assertion of false conditions,
# shouldn't cause problems, as it should be enough for the code to
# be syntactically correct.
import Automake.No.Such.Module
diff --git a/tests/py-compile-option-terminate.test
b/tests/py-compile-option-terminate.test
index 6fdd1fb..69f9bb5 100755
--- a/tests/py-compile-option-terminate.test
+++ b/tests/py-compile-option-terminate.test
@@ -14,8 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Check that a `--' argument explicitly terminates option list for
-# `py-compile'.
+# Check that a non-option argument and the `--' special argument
+# explicitly terminate the option list for `py-compile'.
required=python
. ./defs || Exit 1
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, python-work, updated. v1.11-457-gc9a6f7e,
Stefano Lattarini <=