diff --git a/src/calibre/utils/shared_file.py b/src/calibre/utils/shared_file.py index 86c08f9718..217d409357 100644 --- a/src/calibre/utils/shared_file.py +++ b/src/calibre/utils/shared_file.py @@ -10,7 +10,7 @@ import os, sys from calibre.constants import iswindows, plugins ''' -This modeule defines a share_open() function which is a replacement for +This module defines a share_open() function which is a replacement for python's builtin open() function. This replacement, opens 'shareable' files on all platforms. That is files that