From b69596a13da07222c847e024d2b398a520c9f56b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 1 Jul 2016 21:49:44 +1000 Subject: [PATCH] Fixed typos [ci skip] --- Makefile | 2 +- docs/releasenotes/3.3.0.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index db1056dfa..7e610f6fa 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ doc: doccheck: $(MAKE) -C docs html # Don't make our test rely on the links in the docs being up every single build. -# We don't control them. But do check, and update them to the target of their redirectes. +# We don't control them. But do check, and update them to the target of their redirects. $(MAKE) -C docs linkcheck || true docserve: diff --git a/docs/releasenotes/3.3.0.rst b/docs/releasenotes/3.3.0.rst index d4eb95d49..b8addfabd 100644 --- a/docs/releasenotes/3.3.0.rst +++ b/docs/releasenotes/3.3.0.rst @@ -41,7 +41,7 @@ Rotation ======== Rotation for angles divisible by 90 degrees now always uses transposition. -This greately improve both quality and performance in this cases. +This greatly improve both quality and performance in this cases. Also, the bug with wrong image size calculation when rotating by 90 degrees was fixed.