[Pkg-wmaker-commits] [wmcube] 45/67: debian/patches: (fix_grammar.patch) Fix grammar in error message.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:22:19 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmcube.

commit 0e74349f589550e7d5cd0ec3001d4f78b7df3f83
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Jan 14 07:57:10 2015 -0600

    debian/patches: (fix_grammar.patch) Fix grammar in error message.
---
 debian/patches/fix_grammar.patch | 24 ++++++++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/fix_grammar.patch b/debian/patches/fix_grammar.patch
new file mode 100644
index 0000000..3be3585
--- /dev/null
+++ b/debian/patches/fix_grammar.patch
@@ -0,0 +1,24 @@
+Description: Fix grammar in error message.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2015-01-14
+
+--- a/wmcube/wmcube.c
++++ b/wmcube/wmcube.c
+@@ -1043,7 +1043,7 @@
+ 		
+ 			if (cline[i-2] > nofcoords || cline[i-1] > nofcoords) { 
+ 				printf("\nError in objectfile (WMCUBE_LINES section):\n"
+-					   "coordinates %d or/and %d doesnt exist\n\n",cline[i-2],cline[i-1]);
++					   "coordinates %d and/or %d don't exist\n\n",cline[i-2],cline[i-1]);
+ 				fclose(fp);
+ 				exit(0);
+ 			}
+@@ -1067,7 +1067,7 @@
+ 		
+ 			if (planes[i][0] > nofcoords || planes[i][1] > nofcoords || planes[i][2] > nofcoords) { 
+ 				printf("\nError in objectfile (WMCUBE_PLANES section):\n"
+-				 	   "coordinates %d or/and %d or/and %d doesnt exist\n\n",planes[i][0],planes[i][1],planes[i][2]);
++				 	   "coordinates %d and/or %d and/or %d don't exist\n\n",planes[i][0],planes[i][1],planes[i][2]);
+ 				fclose(fp);
+ 				exit(0);
+ 			}
diff --git a/debian/patches/series b/debian/patches/series
index 94f3d01..59a4cef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 update_makefile.patch
 fix_-Wunused-result.patch
 freebsd_sysctl.patch
+fix_grammar.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcube.git



More information about the Pkg-wmaker-commits mailing list