DarthSim 5 years ago
parent
commit
4cb40b756d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -7,7 +7,7 @@
 - Boolean processing options such as `enlarge` and `extend` are properly parsed. `1`, `t`, `TRUE`, `true`, `True` are truthy, `0`, `f`, `F`, `FALSE`, `false`, `False` are falsy. All other values are treated as falsy and generate a warning message.
 
 ### Fixed
-- Fix segfaults on watermarking in somme cases
+- Fix segfaults on watermarking in some cases
 
 ## [2.6.2] - 2019-11-11
 ### Fixed