This commit is contained in:
Kovid Goyal 2013-01-30 19:22:25 +05:30
parent 51ccf6dc77
commit 6d310e9416

View File

@ -712,7 +712,7 @@ class ViewerPlugin(Plugin): # {{{
def run_javascript(self, evaljs):
'''
This method is called every time a document has finished laoding. Use
This method is called every time a document has finished loading. Use
it in the same way as load_javascript().
'''
pass