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.