aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-11-28 12:57:58 +0100
committerDaniel Gustafsson <daniel@yesql.se>2019-11-28 12:58:47 +0100
commit1ff63fa69baf617eee856ea30db7ae23134e46fd (patch)
tree218d695c4a613430a1d858af99a3102fd380b9c3 /docs/KNOWN_BUGS
parent763decc528956db20d5599a178cfd98da5fc1fd5 (diff)
docs: fix typos
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 5134e7367..a83bd9bf8 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -339,7 +339,7 @@ problems may have been fixed or changed somewhat since this was written!
5.1 USE_UNIX_SOCKETS on Windows
- Due to incorrect CMake checks for the presense of the feature, it will never
+ Due to incorrect CMake checks for the presence of the feature, it will never
be enabled for windows in a cmake build.
See https://github.com/curl/curl/issues/4040