diff scripts/@ftp/close.m @ 17547:e7a9be8fdd21

* @ftp/close.m: Fix function name.
author John W. Eaton <jwe@octave.org>
date Wed, 02 Oct 2013 23:33:02 -0400
parents 1c89599167a6
children d63878346099
line wrap: on
line diff
--- a/scripts/@ftp/close.m
+++ b/scripts/@ftp/close.m
@@ -23,7 +23,7 @@
 ## @var{f} is an FTP object returned by the @code{ftp} function.
 ## @end deftypefn
 
-function dir (f)
+function close (f)
   __ftp_close__ (f.curlhandle);
 endfunction