summaryrefslogtreecommitdiffstats
path: root/perl/lib
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-14 14:20:47 +0100
committerRichard Jones <rjones@redhat.com>2009-04-14 14:20:47 +0100
commit5a563bbd9b2779640e3358f4bf1eaac622b58cae (patch)
treeacb65379971732c5b0d8741b460cb6d5670cecf4 /perl/lib
parent98a43eba2fe2b18f5042138556c6beede0277223 (diff)
downloadlibguestfs-5a563bbd9b2779640e3358f4bf1eaac622b58cae.tar.gz
libguestfs-5a563bbd9b2779640e3358f4bf1eaac622b58cae.tar.xz
libguestfs-5a563bbd9b2779640e3358f4bf1eaac622b58cae.zip
Typos and documentation updates.
Diffstat (limited to 'perl/lib')
-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 17ab740c..c9caf088 100644
--- a/perl/lib/Sys/Guestfs.pm
+++ b/perl/lib/Sys/Guestfs.pm
@@ -273,7 +273,7 @@ yourself (Augeas support makes this relatively easy).
=item $output = $h->command (\@arguments);
-This calls runs a command from the guest filesystem. The
+This call runs a command from the guest filesystem. The
filesystem must be mounted, and must contain a compatible
operating system (ie. something Linux, with the same
or compatible processor architecture).