Index: trunk/extensions/SwiftMedia/wmf/rewrite.py |
— | — | @@ -141,7 +141,7 @@ |
142 | 142 | # However, someone may have a formerly valid link to a file, so we |
143 | 143 | # should do them the favor of giving them a 404. |
144 | 144 | try: |
145 | | - # break apach the url, url-encode it, and put it back together |
| 145 | + # break apart the url, url-encode it, and put it back together |
146 | 146 | urlobj = list(urlparse.urlsplit(reqorig.url)) |
147 | 147 | urlobj[2] = urllib2.quote(urlobj[2], '%/') |
148 | 148 | encodedurl = urlparse.urlunsplit(urlobj) |