diff options
author | Feng Xiao <xiaofeng@google.com> | 2016-01-12 10:54:44 -0800 |
---|---|---|
committer | Feng Xiao <xiaofeng@google.com> | 2016-01-12 10:54:44 -0800 |
commit | da2eb68dd3ca18f152f8d7520e424b027ad729e5 (patch) | |
tree | ef5933349bf66733b45d75b9a27bacf4d70fd732 /objectivec | |
parent | af8e7ef9a352dc69469466e5ea11fad604262c5a (diff) | |
parent | 7b08d49e9d8eea1097ce61b1295a45d4da00a144 (diff) |
Merge pull request #1129 from dongjoon-hyun/fix_typos_in_README_and_CHANGES
Fix typos in README.md/CHANGES.txt
Diffstat (limited to 'objectivec')
-rw-r--r-- | objectivec/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/README.md b/objectivec/README.md index 452feca4..c7313e4f 100644 --- a/objectivec/README.md +++ b/objectivec/README.md @@ -10,7 +10,7 @@ This directory contains the Objective C Protocol Buffers runtime library. Requirements ------------ -The Objective C implemention requires: +The Objective C implementation requires: - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X). - Xcode 7.0 (or later). |