summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2022-12-23 00:22:11 +1000
committerDaniel Stenberg <daniel@haxx.se>2022-12-22 18:07:07 +0100
commit80efd3bc61596a7091c8bdf2bb1e06358f663b58 (patch)
tree1c07afd964ce833f2ec30f00d8ecd57cbc1d094e /lib/CMakeLists.txt
parentaf5999a6742ea90011e7fa08aade7eac9943b76a (diff)
downloadcurl-80efd3bc61596a7091c8bdf2bb1e06358f663b58.tar.gz
misc: fix grammar and spelling
Closes #10137
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 5ca5357d9..316e7ecd4 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -112,7 +112,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "AIX" OR
# FreeBSD comes with the a.out and elf flavours
# but a.out was supported up to version 3.x and
- # elf from 3.x. I cannot imagine someone runnig
+ # elf from 3.x. I cannot imagine someone running
# CMake on those ancient systems
CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" OR