From 311d203e3a9d8ba70a4c96cbc3873450bd31f7ce Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 23 Oct 2017 08:18:08 +0100 Subject: [PATCH] correct spelling mistakes --- docs/plugins.rst | 2 +- sigal/templates/sigal.conf.py | 2 +- tests/test_image.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 15c9bfc..221c9d3 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -76,7 +76,7 @@ Signals :noindex: Called after the image is resized. This signal work differently, the - modified image object must be returned by the registered funtion. + modified image object must be returned by the registered function. :param img: the PIL image object. :param settings: the settings dict. diff --git a/sigal/templates/sigal.conf.py b/sigal/templates/sigal.conf.py index f7e6f5a..3eeb362 100644 --- a/sigal/templates/sigal.conf.py +++ b/sigal/templates/sigal.conf.py @@ -188,7 +188,7 @@ ignore_files = [] # Example : {'tracker_url': 'http://stats.domain.com', 'site_id' : 2} # piwik = {'tracker_url': '', 'site_id' : 0} -# Set zip_gallery to either False or a file name. The file name can be formated +# Set zip_gallery to either False or a file name. The file name can be formatted # python style with an 'album' variable, for example '{album.name}.zip'. The final archive will # contain all resized or original files (depending on `zip_media_format`). # zip_gallery = False # False or 'archive.zip' diff --git a/tests/test_image.py b/tests/test_image.py index 9b313d4..d6e2b42 100644 --- a/tests/test_image.py +++ b/tests/test_image.py @@ -184,7 +184,7 @@ def test_null_exposure_time(): def test_exif_copy(tmpdir): - "Test if EXIF data can transfered copied to the resized image." + "Test if EXIF data can transferred copied to the resized image." test_image = '11.jpg' src_file = os.path.join(CURRENT_DIR, 'sample', 'pictures', 'dir1', 'test1',