diff --git a/functions/classobj.xml b/functions/classobj.xml
index 3fbba5abcf..a41c45c3f9 100644
--- a/functions/classobj.xml
+++ b/functions/classobj.xml
@@ -11,7 +11,7 @@
These functions allow you to obtain information about classes
and instance objects. You can obtain the name of the class to
which a object belongs, as well as its member properties and
- methods. Using this functions, you can find out not only the
+ methods. Using these functions, you can find out not only the
class membership of an object, but also its parentage (i.e.
what class is the object class extending).
diff --git a/functions/info.xml b/functions/info.xml
index 52bb6ffe19..fc313a0e84 100644
--- a/functions/info.xml
+++ b/functions/info.xml
@@ -802,7 +802,7 @@ Array
get_extension_funcs
- Returns an array with the names of the function of a module
+ Returns an array with the names of the functions of a module
@@ -874,6 +874,7 @@ print_r(get_required_files());
echo "Included_once files\n";
print_r(get_included_files());
+?>
will generate the following output: