Fixed typos [ci skip]

This commit is contained in:
Andrew Murray 2016-07-01 21:49:44 +10:00
parent 8274c878a4
commit b69596a13d
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ doc:
doccheck: doccheck:
$(MAKE) -C docs html $(MAKE) -C docs html
# Don't make our test rely on the links in the docs being up every single build. # 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 $(MAKE) -C docs linkcheck || true
docserve: docserve:

View File

@ -41,7 +41,7 @@ Rotation
======== ========
Rotation for angles divisible by 90 degrees now always uses transposition. 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 Also, the bug with wrong image size calculation when rotating by 90 degrees
was fixed. was fixed.