https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113536
Revision: 113536
Author: awjrichards
Date: 2012-03-09 22:45:14 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
Followup r111145, typo fix
Modified Paths:
--------------
trunk/extensions/SwiftMedia/wmf/rewrite.py
Modified: trunk/extensions/SwiftMedia/wmf/rewrite.py
===================================================================
--- trunk/extensions/SwiftMedia/wmf/rewrite.py 2012-03-09 22:30:45 UTC (rev
113535)
+++ trunk/extensions/SwiftMedia/wmf/rewrite.py 2012-03-09 22:45:14 UTC (rev
113536)
@@ -141,7 +141,7 @@
# However, someone may have a formerly valid link to a file, so we
# should do them the favor of giving them a 404.
try:
- # break apach the url, url-encode it, and put it back together
+ # break apart the url, url-encode it, and put it back together
urlobj = list(urlparse.urlsplit(reqorig.url))
urlobj[2] = urllib2.quote(urlobj[2], '%/')
encodedurl = urlparse.urlunsplit(urlobj)
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs