From a684934799dfcc0003d24139987b4e7b7fb3f8b4 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 2 Sep 2018 21:04:35 +0000 Subject: [PATCH] Fix a term in intro/running.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "per say" → "per se". --- chapters/intro/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/intro/running.md b/chapters/intro/running.md index 1ea4a6b..178ef18 100644 --- a/chapters/intro/running.md +++ b/chapters/intro/running.md @@ -18,7 +18,7 @@ You can replace the make line with `cmake --build .` if you'd like, and it will ## Picking a compiler -Selecting a compiler must be done on the first run in an empty directory. It's not CMake syntax per-say, but you might not be familiar with it. To pick Clang: +Selecting a compiler must be done on the first run in an empty directory. It's not CMake syntax per se, but you might not be familiar with it. To pick Clang: {% term %} ~/package/build $ CC=clang CXX=clang++ cmake ..