diff options
author | Brad King <brad.king@kitware.com> | 2015-07-02 14:00:53 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-02 14:00:53 (GMT) |
commit | 8fbd9584af44100bbddd0f4031b57c5bc2530837 (patch) | |
tree | 4ccd3da5e57f4050ec283a7392f1e1a77802e3bd | |
parent | d59ab785858d8028eb9452a61571ffa688d90136 (diff) | |
parent | 9aed0cd1002deb63eed77381ec4bc3e515d92d12 (diff) | |
download | CMake-8fbd9584af44100bbddd0f4031b57c5bc2530837.zip CMake-8fbd9584af44100bbddd0f4031b57c5bc2530837.tar.gz CMake-8fbd9584af44100bbddd0f4031b57c5bc2530837.tar.bz2 |
Merge topic 'fix-readme-typos'
9aed0cd1 README: Fix typo "the the" => "the"
b14fd0f7 CONTRIBUTING: Spell "offered" correctly
-rw-r--r-- | CONTRIBUTING.rst | 2 | ||||
-rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3499da8..5daaf9c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -28,7 +28,7 @@ License We do not require any formal copyright assignment or contributor license agreement. Any contributions intentionally sent upstream are presumed -to be offerred under terms of the OSI-approved BSD 3-clause License. +to be offered under terms of the OSI-approved BSD 3-clause License. See `Copyright.txt`_ for details. .. _`Copyright.txt`: Copyright.txt @@ -82,7 +82,7 @@ If you have found a bug: 1. If you have a patch, please read the `CONTRIBUTING.rst`_ document. -2. Otherwise, please join the the `CMake Users List`_ and ask about +2. Otherwise, please join the `CMake Users List`_ and ask about the expected and observed behaviors to determine if it is really a bug. |