From ef34e380356b151be9525ab95493692c5aa66396 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Tue, 18 Sep 2012 13:25:19 +0200 Subject: [PATCH] ... --- src/calibre/devices/smart_device_app/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index f678ecf576..10df19509c 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -195,9 +195,9 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): # in the future. MAX_PATH_LEN = 250 # guess of length of MTP name. The length of the full path to the folder - # on the device is added to this. That path includes device the mount point. + # on the device is added to this. That path includes the device's mount point # making this number effectively around 10 to 15 larger. - PATH_FUDGE_FACTOR = 40 + PATH_FUDGE_FACTOR = 40 THUMBNAIL_HEIGHT = 160 PREFIX = ''