summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-01 18:51:15 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-01 18:51:15 +0100
commit0cad78b28d48dfcc31f53292d0424ba5ded7fe12 (patch)
tree7db7d2c38968c30459e8675b0a902bd33bc33bce /perl
parenta4d88af2c13692e38fb7cfce77b082cee6e0462f (diff)
downloadlibguestfs-0cad78b28d48dfcc31f53292d0424ba5ded7fe12.tar.gz
libguestfs-0cad78b28d48dfcc31f53292d0424ba5ded7fe12.tar.xz
libguestfs-0cad78b28d48dfcc31f53292d0424ba5ded7fe12.zip
Typo in documentation.
Diffstat (limited to 'perl')
-rw-r--r--perl/lib/Sys/Guestfs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm
index 7331053e..116f7163 100644
--- a/perl/lib/Sys/Guestfs.pm
+++ b/perl/lib/Sys/Guestfs.pm
@@ -728,7 +728,7 @@ as necessary. This is like the C<mkdir -p> shell command.
=item $h->mkfs ($fstype, $device);
This creates a filesystem on C<device> (usually a partition
-of LVM logical volume). The filesystem type is C<fstype>, for
+or LVM logical volume). The filesystem type is C<fstype>, for
example C<ext3>.
=item $h->mount ($device, $mountpoint);