[med-svn] [idba] 04/05: Spelling fixes

Andreas Tille tille at debian.org
Fri Jul 1 20:01:17 UTC 2016


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

tille pushed a commit to branch master
in repository idba.

commit 909f60134ebb02419b6ca6a3ff1a5353a66e5131
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jul 1 21:55:43 2016 +0200

    Spelling fixes
---
 debian/changelog              |  1 +
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 44 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 59f3864..56347cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ idba (1.1.2-2) UNRELEASED; urgency=medium
   * DEP5 fix
   * Fix homepage
   * hardening=+all
+  * Spelling fixes
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Fri, 01 Jul 2016 17:10:01 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index ecfd144..7efa1d4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use-atomic-for-mips.patch
 #clang.patch
 gcc-6.patch
 run_tests.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..e9451f2
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,44 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 01 Jul 2016 21:55:13 +0200
+Description: Spelling fixes
+
+--- a/src/misc/options_description.cpp
++++ b/src/misc/options_description.cpp
+@@ -72,7 +72,7 @@ void OptionsDescription::Parse(int &argc
+             break;
+ 
+         if (ch == '?')
+-            throw logic_error("uknown option");
++            throw logic_error("unknown option");
+             //throw exception();
+ 
+         if (ch != 0)
+--- a/src/sequence/sequence.cpp
++++ b/src/sequence/sequence.cpp
+@@ -109,7 +109,7 @@ const Sequence &Sequence::ReverseComplem
+                 break;
+ 
+             default:
+-                throw logic_error("reverse complement error: unkown character.");
++                throw logic_error("reverse complement error: unknown character.");
+         }
+     }
+ 
+@@ -187,7 +187,7 @@ void Sequence::Encode()
+             default:
+                 bases_[i] = 4;
+                 break;
+-                //throw logic_error("encode error: unkown character.");
++                //throw logic_error("encode error: unknown character.");
+         }
+     }
+ }
+@@ -219,7 +219,7 @@ void Sequence::Decode()
+                 break;
+ 
+             default:
+-                throw logic_error("decode error: unkown character.");
++                throw logic_error("decode error: unknown character.");
+         }
+     }
+ }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/idba.git



More information about the debian-med-commit mailing list