Docs typo: limited -> limits
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 13 Nov 2009 15:09:10 +0000 (15:09 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 13 Nov 2009 15:09:10 +0000 (15:09 +0000)
guestfs.pod

index bfd472e..dcfa51c 100644 (file)
@@ -253,7 +253,7 @@ It's often the case that you want to write a file or files to the disk
 image.
 
 For small, single files, use C<guestfs_write_file>.  This call
-currently contains a bug which limited the call to plain text files
+currently contains a bug which limits the call to plain text files
 (not containing ASCII NUL characters).
 
 To upload a single file, use C<guestfs_upload>.  This call has no