diff options
author | Li Peng <lip@dtdream.com> | 2016-04-27 08:41:27 (GMT) |
---|---|---|
committer | Li Peng <lip@dtdream.com> | 2016-04-27 08:41:27 (GMT) |
commit | 266a185a528bc2061016f133862e9af67fa126ce (patch) | |
tree | 7c449c4e5ee8811c5e424003432316921108da49 /googletest/xcode | |
parent | d225acc90bc3a8c420a9bcd1f033033c1ccd7fe0 (diff) | |
download | googletest-266a185a528bc2061016f133862e9af67fa126ce.zip googletest-266a185a528bc2061016f133862e9af67fa126ce.tar.gz googletest-266a185a528bc2061016f133862e9af67fa126ce.tar.bz2 |
remove duplicated wordsrefs/pull/764/head
Signed-off-by: Li Peng <lip@dtdream.com>
Diffstat (limited to 'googletest/xcode')
-rwxr-xr-x | googletest/xcode/Scripts/versiongenerate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/xcode/Scripts/versiongenerate.py b/googletest/xcode/Scripts/versiongenerate.py index 81de8c9..dba08e9 100755 --- a/googletest/xcode/Scripts/versiongenerate.py +++ b/googletest/xcode/Scripts/versiongenerate.py @@ -88,7 +88,7 @@ file_data = """// // is executed in a "Run Script" build phase when creating gtest.framework. This // header file is not used during compilation of C-source. Rather, it simply // defines some version strings for substitution in the Info.plist. Because of -// this, we are not not restricted to C-syntax nor are we using include guards. +// this, we are not restricted to C-syntax nor are we using include guards. // #define GTEST_VERSIONINFO_SHORT %s.%s |