From 56b7663f73d44bf4774bfb934befb7071ed41280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 8 Jun 2015 14:22:54 +0300 Subject: docs: Spelling fixes --- docs/examples/sftpget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/sftpget.c') 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 }; -- cgit v1.2.3