Index: trunk/extensions/ArticleFeedback/modules/ext.articleFeedback/ext.articleFeedback.startup.js |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | && mw.config.get( 'wgArticleId' ) > 0 |
14 | 14 | // View pages |
15 | 15 | && ( mw.config.get( 'wgAction' ) == 'view' || mw.config.get( 'wgAction' ) == 'purge' ) |
16 | | - // If user is logged in, showiong on action=purge is OK, |
| 16 | + // If user is logged in, showing on action=purge is OK, |
17 | 17 | // but if user is logged out, action=purge shows a form instead of the article, |
18 | 18 | // so return false in that case. |
19 | 19 | && !( mw.config.get( 'wgAction' ) == 'purge' && mw.user.anonymous() ) |