Index: config.php
===================================================================
RCS file: /repository/phd/config.php,v
retrieving revision 1.32
diff -u -u -r1.32 config.php
--- config.php	27 Feb 2008 21:23:13 -0000	1.32
+++ config.php	3 Mar 2008 11:41:35 -0000
@@ -63,8 +63,8 @@
     "index:"   => "i:", // Re-index or load from cache
     "docbook:" => "d:", // The Docbook XML file to render from (.manual.xml)
     "output:"  => "o:", // The output directory
-    "partial:" => "p:", // The ID to render (optionally ignoring its childrens)
-    "skip:"    => "s:", // The ID to skip (optionally skipping its childrens too)
+    "partial:" => "p:", // The ID to render (optionally ignoring its children)
+    "skip:"    => "s:", // The ID to skip (optionally skipping its children too)
     "verbose:" => "v",  // Adjust the verbosity level
     "list::"   => "l::", // List supported themes/formats
     "version"  => "V",  // Print out version information
@@ -314,9 +314,9 @@
   -d <filename>
   --docbook <filename>       The Docbook file to render from
   -p <id[=bool]>
-  --partial <id[=bool]>      The ID to render, optionally skipping its children chunks (default to true; render childrens)
+  --partial <id[=bool]>      The ID to render, optionally skipping its children chunks (default to true; render children)
   -s <id[=bool]>
-  --skip <id[=bool]>         The ID to skip, optionally skipping its children chunks (default to true; skip childrens)
+  --skip <id[=bool]>         The ID to skip, optionally skipping its children chunks (default to true; skip children)
   -l <formats/themes>
   --list <formats/themes>    Print out the supported formats/themes (default: both)
   -o <directory>
Index: formats/xhtml.php
===================================================================
RCS file: /repository/phd/formats/xhtml.php,v
retrieving revision 1.62
diff -u -u -r1.62 xhtml.php
--- formats/xhtml.php	3 Mar 2008 12:25:05 -0000	1.62
+++ formats/xhtml.php	3 Mar 2008 13:06:15 -0000
@@ -648,7 +648,7 @@
                     return '<a href="#fnid' .$note["id"]. '"><sup>[' .($k + 1). ']</sup></a>';
                 }
             }
-            trigger_error("footnoteref ID '$linkend' not foun", E_USER_WARNING);
+            trigger_error("footnoteref ID '$linkend' not found", E_USER_WARNING);
             return "";
         }
     }
