[Pkg-wmaker-commits] [wmfrog] 111/145: Fix spelling of "Don't."

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:35 UTC 2015


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

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

commit 82e05ecb7bcec7a17fa69683f0c9d20cb50f2f20
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Aug 24 01:52:18 2014 -0500

    Fix spelling of "Don't."
    
    Adapted from Debian:
    http://sources.debian.net/src/wmfrog/0.2.0-4/debian/patches/30-wmfrog.c-no-output.patch/
---
 wmfrog/Src/wmFrog.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wmfrog/Src/wmFrog.c b/wmfrog/Src/wmFrog.c
index 24f795c..ffa07c5 100644
--- a/wmfrog/Src/wmFrog.c
+++ b/wmfrog/Src/wmFrog.c
@@ -321,7 +321,7 @@ void ParseCMDLine(int argc, char *argv[]) {
                 print_usage();
                 exit(-1);
             } else if (sscanf(argv[i + 1], "%d", &maxWind) != 1) {
-                fprintf(stderr, "Dont understand the max wind value have entered (%s).\n", argv[i + 1]);
+                fprintf(stderr, "Don't understand the max wind value have entered (%s).\n", argv[i + 1]);
                 print_usage();
                 exit(-1);
             }
@@ -331,7 +331,7 @@ void ParseCMDLine(int argc, char *argv[]) {
                 print_usage();
                 exit(-1);
             } else if (sscanf(argv[i + 1], "%d", &timeOffset) != 1) {
-                fprintf(stderr, "Dont understand the time offset value have entered (%s).\n", argv[i + 1]);
+                fprintf(stderr, "Don't understand the time offset value have entered (%s).\n", argv[i + 1]);
                 print_usage();
                 exit(-1);
             }
@@ -362,7 +362,7 @@ void ParseCMDLine(int argc, char *argv[]) {
                 exit(-1);
             } else if (sscanf(argv[i + 1], "%ld", &UpdateDelay) != 1) {
 
-                fprintf(stderr, "Dont understand the delay time you have entered (%s).\n", argv[i + 1]);
+                fprintf(stderr, "Don't understand the delay time you have entered (%s).\n", argv[i + 1]);
                 print_usage();
                 exit(-1);
             }

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



More information about the Pkg-wmaker-commits mailing list