diff options
author | Andre Polykanine A.K.A. Menelion ElensĂșlĂ« <andre@oire.org> | 2017-08-24 01:41:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 01:41:51 +0300 |
commit | 2694c89c3322b730b5635960e893323aa6524114 (patch) | |
tree | e910f541ae5e55042990459d029404c148ba1051 /cmake.html.markdown | |
parent | 1058ecc7d4d966788e5d963caf9f8c27dd2ac330 (diff) | |
parent | 985d23a52b76593a120adff5381c2df3a80fe298 (diff) |
Merge pull request #2807 from HairyFotr/typos
[all/en] Fix a bunch of typos
Diffstat (limited to 'cmake.html.markdown')
-rw-r--r-- | cmake.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake.html.markdown b/cmake.html.markdown index 45cf0585..c705beea 100644 --- a/cmake.html.markdown +++ b/cmake.html.markdown @@ -28,8 +28,8 @@ are used in the usual way. # - cmake .. # - make # -# With those steps, we will follow the best pratice to compile into a subdir -# and the second line will request to CMake to generate a new OS-dependant +# With those steps, we will follow the best practice to compile into a subdir +# and the second line will request to CMake to generate a new OS-dependent # Makefile. Finally, run the native Make command. #------------------------------------------------------------------------------ |