Fix small typo in comment
authorOri Livneh <ori.livneh@gmail.com>
Wed, 4 Jul 2012 05:50:19 +0000 (22:50 -0700)
committerOri Livneh <ori.livneh@gmail.com>
Wed, 4 Jul 2012 05:50:52 +0000 (22:50 -0700)
Change-Id: I5f7309699685e8fc3640e0c650a7877ef53fec40

resources/mediawiki/mediawiki.user.js

index 7f881b0..7a15e29 100644 (file)
@@ -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
                 */
        // 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);