diff scripts/@ftp/ftp.m @ 10711:fbd7843974fa

Periodic grammar check of documentation files to ensure common format.
author Rik <octave@nomad.inbox5.com>
date Wed, 16 Jun 2010 20:36:55 -0700
parents 4bf50a7d533b
children be55736a0783
line wrap: on
line diff
--- a/scripts/@ftp/ftp.m	Wed Jun 16 23:45:13 2010 +0200
+++ b/scripts/@ftp/ftp.m	Wed Jun 16 20:36:55 2010 -0700
@@ -18,7 +18,7 @@
 ## @deftypefnx {Function File} {@var{f}} = ftp (@var{host}, @var{username}, ## @var{password})
 ## Connect to the FTP server @var{host} with @var{username} and @var{password}.
 ## If @var{username} and @var{password} are not specified, user "anonymous"
-## with no password is used. The returned FTP object @var{f} represents the
+## with no password is used.  The returned FTP object @var{f} represents the
 ## established FTP connection.
 ## @end deftypefn