Fix typo in documentation of guestfs_readlinklist.
authorRichard Jones <rjones@redhat.com>
Thu, 27 May 2010 09:03:47 +0000 (10:03 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 2 Jun 2010 18:35:11 +0000 (19:35 +0100)
(cherry picked from commit 4412fd951ee7766ee9a70bf66b5cf11378a64ed0)

src/generator.ml

index 3db0506..861ad36 100755 (executable)
@@ -4022,7 +4022,7 @@ C<names> is the list of files from this directory.
 
 On return you get a list of strings, with a one-to-one
 correspondence to the C<names> list.  Each string is the
-value of the symbol link.
+value of the symbolic link.
 
 If the C<readlink(2)> operation fails on any name, then
 the corresponding result string is the empty string C<\"\">.