[mathic] 01/02: Fix spelling error (s/occured/occured/).

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Jul 12 04:31:08 UTC 2016


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

dtorrance-guest pushed a commit to branch upstream
in repository mathic.

commit 1a09c927bd1a04b0b568562d1ae05f6de72148f7
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Mar 20 16:24:59 2016 -0400

    Fix spelling error (s/occured/occured/).
    
    Was causing a spelling-error-in-binary Lintian warning in the Debian
    package.
---
 src/mathic/error.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathic/error.cpp b/src/mathic/error.cpp
index 3f388a8..bd4d518 100755
--- a/src/mathic/error.cpp
+++ b/src/mathic/error.cpp
@@ -15,7 +15,7 @@ namespace mathic {
 
     std::ostringstream err;
     err << errorMsg << '\n'
-        << "The internal error occured in file " << file
+        << "The internal error occurred in file " << file
         << " on line " << lineNumber << '.';
     reportInternalError(err.str());
   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathic.git



More information about the debian-science-commits mailing list