http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10083
Revision: 10083 Author: xqt Date: 2012-04-05 07:17:30 +0000 (Thu, 05 Apr 2012) Log Message: ----------- fix typo of r10081
Modified Paths: -------------- trunk/pywikipedia/ndashredir.py
Modified: trunk/pywikipedia/ndashredir.py =================================================================== --- trunk/pywikipedia/ndashredir.py 2012-04-04 15:21:23 UTC (rev 10082) +++ trunk/pywikipedia/ndashredir.py 2012-04-05 07:17:30 UTC (rev 10083) @@ -95,8 +95,8 @@ % (newtitle, title)) else: pywikibot.output( - (u'\03{lightyellow}Skipping [[%s]] beacuse it exists ' + - u'already with a different content.\03{default}') + (u'\03{lightyellow}Skipping [[%s]] because it exists ' + u'already with a different content.\03{default}') % newtitle) if titlefile: s = u'\n#%s does not redirect to %s.' %\