diff options
author | Daniel Stenberg <daniel@haxx.se> | 2025-05-30 10:27:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2025-05-30 11:38:35 +0200 |
commit | bdb7d8b004578d4e3906896eb290a80f6e9ebb75 (patch) | |
tree | 3d5d612fa6236b02e29245398d19ba64dfdf694a /docs/libcurl/libcurl-errors.md | |
parent | 7a14898264e9aa48f7f84f631288d728cade5d57 (diff) |
spelling: 'a' vs 'an'
Closes #17487
Diffstat (limited to 'docs/libcurl/libcurl-errors.md')
-rw-r--r-- | docs/libcurl/libcurl-errors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-errors.md b/docs/libcurl/libcurl-errors.md index 110702339..ed2f4ca5a 100644 --- a/docs/libcurl/libcurl-errors.md +++ b/docs/libcurl/libcurl-errors.md @@ -105,7 +105,7 @@ CURLOPT_ACCEPTTIMEOUT_MS(3) (or the internal default) timeout expired. ## CURLE_FTP_WEIRD_PASV_REPLY (13) libcurl failed to get a sensible result back from the server as a response to -either a PASV or a EPSV command. The server is flawed. +either a PASV or an EPSV command. The server is flawed. ## CURLE_FTP_WEIRD_227_FORMAT (14) |