diff --git a/language/oop5/decon.xml b/language/oop5/decon.xml
index ee5131e287..ace4af0efb 100644
--- a/language/oop5/decon.xml
+++ b/language/oop5/decon.xml
@@ -57,7 +57,7 @@ $obj = new SubClass();
__construct which was used for different semantics.
- Unlike with other metods, PHP will not generate an
+ Unlike with other methods, PHP will not generate an
E_STRICT level error message when
__construct is overridden with different parameters
than the parent __construct method has.
diff --git a/reference/simplexml/simplexmlelement/children.xml b/reference/simplexml/simplexmlelement/children.xml
index 144972659e..471e2e0241 100644
--- a/reference/simplexml/simplexmlelement/children.xml
+++ b/reference/simplexml/simplexmlelement/children.xml
@@ -39,7 +39,7 @@
is_prefix
- If ns_prefix is &true;,
+ If is_prefix is &true;,
ns will be regarded as a namespace
URL. If &false;, ns will be
regarded as a prefix.