[yosys] 04/10: fix upstream spelling mistakes
Sebastian Kuzminsky
seb_kuzminsky-guest at moszumanska.debian.org
Fri Mar 4 05:09:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
seb_kuzminsky-guest pushed a commit to branch master
in repository yosys.
commit 4d50d04cd1dc7b59a4e905b0274fa3b2ebfb6fb2
Author: Sebastian Kuzminsky <seb at highlab.com>
Date: Sat Feb 27 18:56:23 2016 -0700
fix upstream spelling mistakes
---
debian/changelog | 1 +
debian/patches/series | 1 +
debian/patches/spelling-fixes.patch | 55 +++++++++++++++++++++++++++++++++++++
3 files changed, 57 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 957becc..41d2e58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ yosys (0.6-1) UNRELEASED; urgency=medium
* New upstream release: 0.6 (5869d26)
- 01_gitrevision.patch: refresh
+ - spelling-fixes.patch: fix upstream spelling mistakes
-- Sebastian Kuzminsky <seb at highlab.com> Sun, 28 Feb 2016 10:48:44 -0700
diff --git a/debian/patches/series b/debian/patches/series
index 11a03dc..0c249a0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
02_removeabc.patch
03_notruntests.patch
05_abc_executable.patch
+spelling-fixes.patch
diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch
new file mode 100644
index 0000000..5070041
--- /dev/null
+++ b/debian/patches/spelling-fixes.patch
@@ -0,0 +1,55 @@
+Description: Fix some spelling mistakes in upstream's strings.
+Forwarded: accepted by upstream in PR #119
+Author: Sebastian Kuzminsky <seb at highlab.com>
+Index: yosys/backends/json/json.cc
+===================================================================
+--- yosys.orig/backends/json/json.cc 2016-02-24 15:41:34.500689004 -0700
++++ yosys/backends/json/json.cc 2016-02-27 18:55:38.342523778 -0700
+@@ -411,10 +411,10 @@
+ log(" - the inverted value of the specified input port bit\n");
+ log("\n");
+ log(" [ \"and\", <node-index>, <node-index>, <out-list> ]\n");
+- log(" - the ANDed value of the speciefied nodes\n");
++ log(" - the ANDed value of the specified nodes\n");
+ log("\n");
+ log(" [ \"nand\", <node-index>, <node-index>, <out-list> ]\n");
+- log(" - the inverted ANDed value of the speciefied nodes\n");
++ log(" - the inverted ANDed value of the specified nodes\n");
+ log("\n");
+ log(" [ \"true\", <out-list> ]\n");
+ log(" - the constant value 1\n");
+@@ -445,7 +445,7 @@
+ log(" ]\n");
+ log("\n");
+ log("Future version of Yosys might add support for additional fields in the JSON\n");
+- log("format. A program processing this format must ignore all unkown fields.\n");
++ log("format. A program processing this format must ignore all unknown fields.\n");
+ log("\n");
+ }
+ virtual void execute(std::ostream *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design)
+Index: yosys/manual/command-reference-manual.tex
+===================================================================
+--- yosys.orig/manual/command-reference-manual.tex 2016-02-27 16:24:11.177827043 -0700
++++ yosys/manual/command-reference-manual.tex 2016-02-27 18:55:42.814481159 -0700
+@@ -3783,10 +3783,10 @@
+ - the inverted value of the specified input port bit
+
+ [ "and", <node-index>, <node-index>, <out-list> ]
+- - the ANDed value of the speciefied nodes
++ - the ANDed value of the specified nodes
+
+ [ "nand", <node-index>, <node-index>, <out-list> ]
+- - the inverted ANDed value of the speciefied nodes
++ - the inverted ANDed value of the specified nodes
+
+ [ "true", <out-list> ]
+ - the constant value 1
+@@ -3817,7 +3817,7 @@
+ ]
+
+ Future version of Yosys might add support for additional fields in the JSON
+-format. A program processing this format must ignore all unkown fields.
++format. A program processing this format must ignore all unknown fields.
+ \end{lstlisting}
+
+ \section{write\_smt2 -- write design to SMT-LIBv2 file}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git
More information about the debian-science-commits
mailing list