DarthSim 6 年之前
父節點
當前提交
4cb40b756d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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