Revert "Update to 7.44.0"
[platform/upstream/curl.git] / docs / examples / sftpget.c
index 434299d..8317462 100644 (file)
@@ -58,7 +58,7 @@ int main(void)
   CURL *curl;
   CURLcode res;
   struct FtpFile ftpfile={
-    "yourfile.bin", /* name to store the file as if successful */
+    "yourfile.bin", /* name to store the file as if succesful */
     NULL
   };