From 0841b74ca1aa11d8175be099cbb4dd168f38d206 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Mon, 31 Aug 2015 10:32:06 -0400 Subject: [PATCH] Comment typo fix Change-Id: I52e36f1ecbef8e8c18066d3dde84bda086ef9808 --- includes/api/ApiResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiResult.php b/includes/api/ApiResult.php index 267518553a..014ca85bee 100644 --- a/includes/api/ApiResult.php +++ b/includes/api/ApiResult.php @@ -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 value. * Value is string. -- 2.20.1