diff options
Diffstat (limited to 'docs/examples/ftpsget.c')
-rw-r--r-- | docs/examples/ftpsget.c | 2 |
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 }; |