Fix typos

This commit is contained in:
Yang Li
2018-07-07 17:40:47 +08:00
committed by Bjørn Erik Pedersen
parent 0efd374805
commit 3cea2932e1
11 changed files with 19 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ You would experience errors of type:
png: invalid format: not enough pixel data
```
This commit fixes that by adding a mutex per image. This should also improve the performance, sligthly, as it avoids duplicate work.
This commit fixes that by adding a mutex per image. This should also improve the performance, slightly, as it avoids duplicate work.
The current workaround before this fix is to always operate on the original: