From 217053239184eb7cef194fa0f7fae8da71da7802 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Oct 2015 11:26:46 +0530 Subject: [PATCH] ... --- src/calibre/utils/shared_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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