diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-15 22:51:03 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-16 11:08:31 +0100 |
commit | 236402fc2d02068b2ce3656200031ced2fa3c8b1 (patch) | |
tree | bc9cdfb0d0f9ed85a0e90b4630abb199ec7fd40a /packages | |
parent | 39dc0bca5b5124ec5b3e9aac391ad380cf5be6b7 (diff) | |
download | curl-236402fc2d02068b2ce3656200031ced2fa3c8b1.tar.gz |
cleanup: misc typos in strings and comments
Found via `codespell`
Closes #2389
Diffstat (limited to 'packages')
-rw-r--r-- | packages/DOS/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/DOS/README b/packages/DOS/README index c2ab9b9aa..5278f2c13 100644 --- a/packages/DOS/README +++ b/packages/DOS/README @@ -4,7 +4,7 @@ Watt-32 stack. 'make djgpp' in the root curl dir should build it fine. Note 1: djgpp 2.04 beta has a sscanf() bug so the URL parsing isn't - done proberly. Use djgpp 2.03 until they fix it. + done properly. Use djgpp 2.03 until they fix it. Note 2: Compile Watt-32 (and OpenSSL) with the same version of djgpp. Otherwise things go wrong because things like FS-extensions and |