Comment typo fix
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 31 Aug 2015 14:32:06 +0000 (10:32 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 31 Aug 2015 14:32:06 +0000 (10:32 -0400)
Change-Id: I52e36f1ecbef8e8c18066d3dde84bda086ef9808

includes/api/ApiResult.php

index 2675185..014ca85 100644 (file)
@@ -108,7 +108,7 @@ class ApiResult implements ApiSerializable {
        const META_TYPE = '_type';
 
        /**
-        * Key for the metatata item whose value specifies the name used for the
+        * Key for the metadata item whose value specifies the name used for the
         * kvp key in the alternative output format with META_TYPE 'kvp' or
         * 'BCkvp', i.e. the "name" in <container><item name="key">value</item></container>.
         * Value is string.