summaryrefslogtreecommitdiff
path: root/docs/examples/sftpget.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/sftpget.c')
-rw-r--r--docs/examples/sftpget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/sftpget.c b/docs/examples/sftpget.c
index 8317462e9..434299dc0 100644
--- a/docs/examples/sftpget.c
+++ b/docs/examples/sftpget.c
@@ -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
};