summaryrefslogtreecommitdiffstats
path: root/guestfs.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-11-13 15:09:10 +0000
committerRichard W.M. Jones <rjones@redhat.com>2009-11-13 15:09:10 +0000
commit259f78cfa70af5505b8172bb81a3d1e2d7581bb5 (patch)
treef61c140485a8e1d121968c5fd99abfc661c520ef /guestfs.pod
parentc2cbf9cd082e2cca69481e31ebd9bafda879fa22 (diff)
downloadlibguestfs-259f78cfa70af5505b8172bb81a3d1e2d7581bb5.tar.gz
libguestfs-259f78cfa70af5505b8172bb81a3d1e2d7581bb5.tar.xz
libguestfs-259f78cfa70af5505b8172bb81a3d1e2d7581bb5.zip
Docs typo: limited -> limits
Diffstat (limited to 'guestfs.pod')
-rw-r--r--guestfs.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/guestfs.pod b/guestfs.pod
index bfd472e4..dcfa51c9 100644
--- a/guestfs.pod
+++ b/guestfs.pod
@@ -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