From: Ori Livneh Date: Wed, 4 Jul 2012 05:50:19 +0000 (-0700) Subject: Fix small typo in comment X-Git-Tag: 1.31.0-rc.0~23141^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=4c02d4f54198e266ef5cb81d741cd960d6d47035;p=lhc%2Fweb%2Fwiklou.git Fix small typo in comment Change-Id: I5f7309699685e8fc3640e0c650a7877ef53fec40 --- diff --git a/resources/mediawiki/mediawiki.user.js b/resources/mediawiki/mediawiki.user.js index 7f881b0e62..7a15e29920 100644 --- a/resources/mediawiki/mediawiki.user.js +++ b/resources/mediawiki/mediawiki.user.js @@ -25,7 +25,7 @@ * Generates a random user session ID (32 alpha-numeric characters). * * This information would potentially be stored in a cookie to identify a user during a - * session or series of sessions. It's uniqueness should not be depended on. + * session or series of sessions. Its uniqueness should not be depended on. * * @return String: Random set of 32 alpha-numeric characters */ @@ -180,4 +180,4 @@ // This is kind of ugly but we're stuck with this for b/c reasons mw.user = new User( mw.user.options, mw.user.tokens ); -})(jQuery); \ No newline at end of file +})(jQuery);