From: Timo Tijhof Date: Tue, 9 Jul 2013 22:12:22 +0000 (+0200) Subject: mw.Map: Fix typos in documentation X-Git-Tag: 1.31.0-rc.0~19226 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=d8a0a10706544cc0cb003c756073f89a5836c202;p=lhc%2Fweb%2Fwiklou.git mw.Map: Fix typos in documentation Follows-up f341e36 ("ore" and "Johson" were misspelled). Change-Id: Ia5189f69a64a8294b37668e281087eacf09a4ce8 --- diff --git a/resources/mediawiki/mediawiki.js b/resources/mediawiki/mediawiki.js index 51a4be50c6..e36d9d093d 100644 --- a/resources/mediawiki/mediawiki.js +++ b/resources/mediawiki/mediawiki.js @@ -34,8 +34,8 @@ var mw = ( function ( $, undefined ) { * * // You can detect missing keys first * if ( !addies.exists( wanted ) ) { - * // One ore more are missing (e.g. George Johson) - * mw.log( 'One or more names do not have a known address' ); + * // One or more are missing (in this case: "George Johnson") + * mw.log( 'One or more names were not found in your address book' ); * } * * // Or just let it give you what it can