docs: Spelling fixes

This commit is contained in:
Ville Skyttä
2015-06-08 14:22:54 +03:00
committed by Daniel Stenberg
parent 025dbe46df
commit 56b7663f73
21 changed files with 25 additions and 25 deletions

View File

@@ -58,7 +58,7 @@ int main(void)
CURL *curl;
CURLcode res;
struct FtpFile ftpfile={
"yourfile.bin", /* name to store the file as if succesful */
"yourfile.bin", /* name to store the file as if successful */
NULL
};