From 7a9040fe7fb2fc436fab15ebd9373de88084d656 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Thu, 14 Jan 2016 22:12:03 -0800 Subject: Remove redundant `the` in comments. --- objectivec/DevTools/pddm.py | 2 +- objectivec/GPBUtilities.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'objectivec') diff --git a/objectivec/DevTools/pddm.py b/objectivec/DevTools/pddm.py index d1b53f5a..510067e0 100755 --- a/objectivec/DevTools/pddm.py +++ b/objectivec/DevTools/pddm.py @@ -625,7 +625,7 @@ class SourceFile(object): def main(args): usage = '%prog [OPTIONS] PATH ...' description = ( - 'Processes PDDM directives in the the given paths and write them back' + 'Processes PDDM directives in the given paths and write them back' ' out.' ) parser = optparse.OptionParser(usage=usage, description=description) diff --git a/objectivec/GPBUtilities.m b/objectivec/GPBUtilities.m index eaa28bbc..d4d6471f 100644 --- a/objectivec/GPBUtilities.m +++ b/objectivec/GPBUtilities.m @@ -1253,7 +1253,7 @@ static void AppendTextFormatForMessageField(GPBMessage *message, if ([fieldName length] == 0) { fieldName = [NSString stringWithFormat:@"%u", GPBFieldNumber(field)]; // If there is only one entry, put the objc name as a comment, other wise - // add it before the the repeated values. + // add it before the repeated values. if (count > 1) { [toStr appendFormat:@"%@# %@\n", lineIndent, field.name]; } else { -- cgit v1.2.3 From 86325d7c95af4c82f7531b21c6d845fad8a4a2bb Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Thu, 11 Feb 2016 12:47:52 -0800 Subject: Rewrap the line --- objectivec/DevTools/pddm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'objectivec') diff --git a/objectivec/DevTools/pddm.py b/objectivec/DevTools/pddm.py index 510067e0..9a11fec4 100755 --- a/objectivec/DevTools/pddm.py +++ b/objectivec/DevTools/pddm.py @@ -625,8 +625,7 @@ class SourceFile(object): def main(args): usage = '%prog [OPTIONS] PATH ...' description = ( - 'Processes PDDM directives in the given paths and write them back' - ' out.' + 'Processes PDDM directives in the given paths and write them back out.' ) parser = optparse.OptionParser(usage=usage, description=description) parser.add_option('--dry-run', -- cgit v1.2.3