[Pkg-octave-commit] [octave-control] 01/02: d/p/spelling-errors-in-warning-messages.patch: New patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Mon Aug 15 16:32:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-control.

commit 4bde2c3cf5d103dcd66c53d054a1af4d03a4d45c
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Mon Aug 15 05:07:16 2016 -0300

    d/p/spelling-errors-in-warning-messages.patch: New patch
---
 debian/patches/series                              |  1 +
 .../spelling-errors-in-warning-messages.patch      | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index fbe171c..74bcaf7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use-external-slicot.patch
+spelling-errors-in-warning-messages.patch
diff --git a/debian/patches/spelling-errors-in-warning-messages.patch b/debian/patches/spelling-errors-in-warning-messages.patch
new file mode 100644
index 0000000..22719f4
--- /dev/null
+++ b/debian/patches/spelling-errors-in-warning-messages.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling errors "occured" -> "occurred"
+Author: Rafael Laboissière <rafael at debian.org>
+Forwarded: no
+Last-Update: 2016-08-15
+
+--- octave-control-3.0.0.orig/src/sl_ab09id.cc
++++ octave-control-3.0.0/src/sl_ab09id.cc
+@@ -369,7 +369,7 @@ For internal use only.")
+                 "given system; in this case NR is set equal to the "
+                 "order of the ALPHA-unstable part.",
+ /* 10+%d: %d */ "violations of the numerical stability condition "
+-                "occured during the assignment of eigenvalues in the "
++                "occurred during the assignment of eigenvalues in the "
+                 "SLICOT Library routines SB08CD and/or SB08DD."};
+ 
+ 
+--- octave-control-3.0.0.orig/src/sl_sb01bd.cc
++++ octave-control-3.0.0/src/sl_sb01bd.cc
+@@ -147,7 +147,7 @@ For internal use only.")
+         static const char* warn_msg[] = {
+             "0: OK",
+ /* 0+%d: %d */  "violations of the numerical stability condition "
+-                "NORM(F) <= 100*NORM(A)/NORM(B) occured during the "
++                "NORM(F) <= 100*NORM(A)/NORM(B) occurred during the "
+                 "assignment of eigenvalues."};
+ 
+         error_msg ("place", info, 4, err_msg);

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-control.git



More information about the Pkg-octave-commit mailing list