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/ftpget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/ftpget.c') diff --git a/docs/examples/ftpget.c b/docs/examples/ftpget.c index bcb42bb30..285283f72 100644 --- a/docs/examples/ftpget.c +++ b/docs/examples/ftpget.c @@ -53,7 +53,7 @@ int main(void) CURL *curl; CURLcode res; struct FtpFile ftpfile={ - "curl.tar.gz", /* name to store the file as if succesful */ + "curl.tar.gz", /* name to store the file as if successful */ NULL }; -- cgit v1.2.3