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 <[email protected]> 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 <[email protected]> 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 <[email protected]> +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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
