[med-svn] [ecopcr] 04/07: Spelling
Andreas Tille
tille at debian.org
Thu Jun 25 09:57:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ecopcr.
commit 90ef84c94666ed56133492273392d9ade93626ba
Author: Andreas Tille <tille at debian.org>
Date: Thu Jun 25 11:39:51 2015 +0200
Spelling
---
debian/patches/series | 1 +
debian/patches/spelling.patch | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index 80dce70..51034bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
2to3.patch
ecoisundertaxon.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..c0fc82b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,26 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 24 Jun 2015 19:24:02 +0200
+Description: Spelling fixes
+
+--- a/src/ecogrep.c
++++ b/src/ecogrep.c
+@@ -95,7 +95,7 @@ static void PrintHelp()
+ PP " -r : [R]estrict search to subtree under given taxomic id\n\n");
+ PP " -v : in[V]ert the sense of matching, to select non-matching lines.\n\n");
+ PP " argument:\n");
+- PP " ecoPCR ouput file name\n");
++ PP " ecoPCR output file name\n");
+ PP "------------------------------------------\n\n");
+ PP " http://www.grenoble.prabi.fr/trac/ecoPCR/\n");
+ PP "------------------------------------------\n\n");
+--- a/src/ecofind.c
++++ b/src/ecofind.c
+@@ -337,7 +337,7 @@ int main(int argc, char **argv)
+ re_error = regcomp (&re_preg, argv[k], REG_NOSUB | REG_EXTENDED | REG_ICASE);
+ if (re_error)
+ {
+- fprintf(stderr,"# misformed pattern '%s'\n",argv[k]);
++ fprintf(stderr,"# malformed pattern '%s'\n",argv[k]);
+ exit(1);
+ }
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ecopcr.git
More information about the debian-med-commit
mailing list