From efcb589b192f4aaf303ec2c4295a3b3498005f70 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Feb 2012 14:02:11 +0530 Subject: [PATCH] ... --- src/calibre/customize/builtins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/builtins.py b/src/calibre/customize/builtins.py index fd1ccd0349..855d105e15 100644 --- a/src/calibre/customize/builtins.py +++ b/src/calibre/customize/builtins.py @@ -1665,7 +1665,7 @@ if __name__ == '__main__': ret = 1 print (x, 'has been loaded by a plugin') if ret: - print ('\\nA good way to trackdown what is loading something is to run' + print ('\\nA good way to track down what is loading something is to run' ' python -c "import init_calibre; import calibre.customize.builtins"') print() print ('Time taken to import all plugins: %.2f'%t)