aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/ftpsget.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2015-06-08 14:22:54 +0300
committerDaniel Stenberg <daniel@haxx.se>2015-06-08 13:43:31 +0200
commit56b7663f73d44bf4774bfb934befb7071ed41280 (patch)
treea3519bcdd6ab9a98ba36658555a8ef749787eed6 /docs/examples/ftpsget.c
parent025dbe46df8385c3d0a76874758232e7eabc5013 (diff)
docs: Spelling fixes
Diffstat (limited to 'docs/examples/ftpsget.c')
-rw-r--r--docs/examples/ftpsget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/ftpsget.c b/docs/examples/ftpsget.c
index 0cfe32024..dae453482 100644
--- a/docs/examples/ftpsget.c
+++ b/docs/examples/ftpsget.c
@@ -55,7 +55,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
};