[frobby] 01/09: debian/patche/fix_typos.patch: New patch; fix spelling errors.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 13 03:37:34 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 d48301b4c89d957b6ae2e7cdd72de9a8d5b25302
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Sat Jul 23 09:40:45 2016 -0400
debian/patche/fix_typos.patch: New patch; fix spelling errors.
---
debian/patches/fix_typos.patch | 60 ++++++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 61 insertions(+)
diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
new file mode 100644
index 0000000..c05fc93
--- /dev/null
+++ b/debian/patches/fix_typos.patch
@@ -0,0 +1,60 @@
+Description: Fix spelling errors.
+Author: Doug Torrance <dtorrance at piedmont.edu>
+Last-Update: 2016-07-23
+
+--- a/src/TransformAction.cpp
++++ b/src/TransformAction.cpp
+@@ -32,7 +32,7 @@
+ (staticGetName(),
+ "Change the representation of the input ideal.",
+ "By default, transform simply writes the input ideals to output. A "
+- "number of parameters allow to transform the input ideal in various ways.",
++ "number of parameters allow one to transform the input ideal in various ways.",
+ false),
+
+ _io(DataType::getMonomialIdealType(), DataType::getMonomialIdealType()),
+--- a/src/PolyTransformAction.cpp
++++ b/src/PolyTransformAction.cpp
+@@ -28,8 +28,7 @@
+ (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.",
+ false),
+
+ _io(DataType::getPolynomialType(), DataType::getPolynomialType()),
+--- a/src/error.cpp
++++ b/src/error.cpp
+@@ -36,7 +36,7 @@
+ (const string& errorMsg, const char* file, unsigned int lineNumber) {
+ FrobbyStringStream err;
+ err << errorMsg << '\n'
+- << "The internal error occured in file " << file
++ << "The internal error occurred in file " << file
+ << " on line " << lineNumber << '.';
+ reportInternalError(err);
+ }
+--- a/test/messages/help-ptransform.err
++++ b/test/messages/help-ptransform.err
+@@ -1,7 +1,7 @@
+ 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.
+
+ The parameters accepted by ptransform are as follows.
+
+--- a/test/messages/help-transform.err
++++ b/test/messages/help-transform.err
+@@ -1,7 +1,7 @@
+ Displaying information on action: transform
+
+ By default, transform simply writes the input ideals to output. A number of
+-parameters allow to transform the input ideal in various ways.
++parameters allow one to transform the input ideal in various ways.
+
+ The parameters accepted by transform are as follows.
+
diff --git a/debian/patches/series b/debian/patches/series
index aea2d78..8c7d2fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fix_install.patch
link_gmp.patch
fix_test.patch
reproducible_build.patch
+fix_typos.patch
--
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