diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-02 23:12:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-02 23:12:55 +0000 |
commit | d070bd9b93691800d712cefc5b23c2e86f9322a2 (patch) | |
tree | 8d3186f6041bcaec11d57b75553f27103da6821a /include | |
parent | ce9c2e6d2f9d5eff7d3c97fb5c485089d39eaba6 (diff) |
corrected a spelling mistake
Diffstat (limited to 'include')
-rw-r--r-- | include/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/README b/include/README index fc9ea9137..ed2a7e54d 100644 --- a/include/README +++ b/include/README @@ -12,4 +12,4 @@ of environment. You should include files from here using... #include <curl/curl.h> ... style and point the compiler's include path to the directory holding the -curl subdirectory. It makes it more likely to survice future modifications. +curl subdirectory. It makes it more likely to survive future modifications. |