Skip to content

Commit efcd9e5

Browse files
committed
Fix some more typos
1 parent 9881167 commit efcd9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Ubuntu14.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Swift project no longer officially supports Ubuntu 14.04 as a build platform.
44
It is highly recommended to upgrade to Ubuntu 16.04 or higher in order to have the best experience building and running the project.
55

6-
If you cannot upgrade Ubuntu to a more up to date version, you should do follow these steps before checking out and build the Swift source code. These are not guaranteed to work in the future, and may break or be unreliable.
6+
If you cannot upgrade Ubuntu to a more up to date version, you should follow these steps before checking out and building the Swift source code. These are not guaranteed to work in the future, and may break or be unreliable.
77

88
## Upgrade Clang
99
You'll need to upgrade your clang compiler for C++14 support and create a symlink. The minimum required version of clang may change, and may not be available on Ubuntu 14.04 in the future.
@@ -14,7 +14,7 @@ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.6
1414
```
1515

1616
## Upgrade CMake
17-
You'll need to upgrade your cmake toolchain to a supported version by building a local copy. The minimum required version of cmake may change, and may not be available on Ubuntu 14.04 in the future.</p>
17+
You'll need to upgrade your CMake toolchain to a supported version by building a local copy. The minimum required version of CMake may change, and may not be available on Ubuntu 14.04 in the future.
1818
```bash
1919
wget http://www.cmake.org/files/v3.5/cmake-3.5.2.tar.gz
2020
tar xf cmake-3.5.2.tar.gz

0 commit comments

Comments
 (0)