From 6d310e94162e34d96753b6cac251fda1bde98a00 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Jan 2013 19:22:25 +0530 Subject: [PATCH] ... --- src/calibre/customize/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/__init__.py b/src/calibre/customize/__init__.py index 5ab2f6b418..98fa6fdda4 100644 --- a/src/calibre/customize/__init__.py +++ b/src/calibre/customize/__init__.py @@ -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