[frobby] 01/01: debian/patches/fix_typos.patch: Fix newline issue.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 13 04:29:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository frobby.
commit 8d08e6c0b3dac2e161fd5107f5d22f2518e34abb
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Sun Aug 13 00:10:28 2017 -0400
debian/patches/fix_typos.patch: Fix newline issue.
---
debian/patches/fix_typos.patch | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
index c05fc93..520d4da 100644
--- a/debian/patches/fix_typos.patch
+++ b/debian/patches/fix_typos.patch
@@ -1,6 +1,6 @@
Description: Fix spelling errors.
Author: Doug Torrance <dtorrance at piedmont.edu>
-Last-Update: 2016-07-23
+Last-Update: 2017-08-13
--- a/src/TransformAction.cpp
+++ b/src/TransformAction.cpp
@@ -15,13 +15,14 @@ Last-Update: 2016-07-23
_io(DataType::getMonomialIdealType(), DataType::getMonomialIdealType()),
--- a/src/PolyTransformAction.cpp
+++ b/src/PolyTransformAction.cpp
-@@ -28,8 +28,7 @@
+@@ -28,8 +28,8 @@
(staticGetName(),
"Change the representation of the input polynomial.",
"By default, transform simply writes the input polynomial to output. A\n"
- "number of parameters allow to transform the input polynomial in "
- "various ways.",
-+ "number of parameters allow one to transform the input polynomial in various ways.",
++ "number of parameters allow one to transform the input polynomial in various\n"
++ "ways.",
false),
_io(DataType::getPolynomialType(), DataType::getPolynomialType()),
@@ -38,12 +39,13 @@ Last-Update: 2016-07-23
}
--- a/test/messages/help-ptransform.err
+++ b/test/messages/help-ptransform.err
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,8 @@
Displaying information on action: ptransform
By default, transform simply writes the input polynomial to output. A
-number of parameters allow to transform the input polynomial in various ways.
-+number of parameters allow one to transform the input polynomial in various ways.
++number of parameters allow one to transform the input polynomial in various
++ways.
The parameters accepted by ptransform are as follows.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/frobby.git
More information about the debian-science-commits
mailing list