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>
Thu, 27 May 2010 09:03:47 +0000 (10:03 +0100)
src/generator.ml

index 1e7e90c..2209e68 100755 (executable)
@@ -4036,7 +4036,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<\"\">.