aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBUtilities.m
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-02-11 17:17:48 -0800
committerJoshua Haberman <jhaberman@gmail.com>2016-02-11 17:17:48 -0800
commit3ee2e20539294c0baff879d5c5164540c8749a2b (patch)
tree107f6ae86fc18a1a11b6230383d1b7c8007db37c /objectivec/GPBUtilities.m
parentcaf1fb7197ee94c07108fc7cfbca07432b185a28 (diff)
parent86325d7c95af4c82f7531b21c6d845fad8a4a2bb (diff)
downloadprotobuf-3ee2e20539294c0baff879d5c5164540c8749a2b.tar.gz
protobuf-3ee2e20539294c0baff879d5c5164540c8749a2b.tar.bz2
protobuf-3ee2e20539294c0baff879d5c5164540c8749a2b.zip
Merge pull request #1144 from dongjoon-hyun/remove_redundant_the
Remove redundant `the`.
Diffstat (limited to 'objectivec/GPBUtilities.m')
-rw-r--r--objectivec/GPBUtilities.m2
1 files changed, 1 insertions, 1 deletions
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 {