about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2007-07-26 12:02:26 +0000
committerGraham Barr <gbarr@pobox.com>2009-02-24 10:40:48 -0600
commit779dd028d04838ca947063463f240a7c3755095b (patch)
tree6132649b74c6cdab2cc9c40690593e5cd32e07cc
parent5c2de6eebac9b218dde22cbfa5f39d3c83c7cba4 (diff)
downloadperl-libnet-779dd028d04838ca947063463f240a7c3755095b.tar.gz
Fix doc typo
-rw-r--r--Net/FTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/FTP.pm b/Net/FTP.pm
index 08c3dc3..9ed6d38 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -1468,7 +1468,7 @@ The alloc command allows you to give the ftp server a hint about the size
 of the file about to be transferred using the ALLO ftp command. Some storage
 systems use this to make intelligent decisions about how to store the file.
 The C<SIZE> argument represents the size of the file in bytes. The
-C<RECORD_SIZE> argument indicates a mazimum record or page size for files
+C<RECORD_SIZE> argument indicates a maximum record or page size for files
 sent with a record or page structure.
 
 The size of the file will be determined, and sent to the server