diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/xml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/xml.php b/engine/lib/xml.php index 7b1c7da7b..30f667f90 100644 --- a/engine/lib/xml.php +++ b/engine/lib/xml.php @@ -12,7 +12,7 @@ */ /** - * @class XMLElement + * @class XmlElement * A class representing an XML element for import. */ class XmlElement |