Skip to content

Commit 83507d7

Browse files
jayvdbjohn vandenberg
andauthored
Update for latest 'typos' (#139)
Signed-off-by: john vandenberg <[email protected]> Co-authored-by: john vandenberg <[email protected]>
1 parent e35d86f commit 83507d7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.config/typos.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ extend-exclude = [
88
]
99

1010
[default.extend-words]
11+
advices = "advices"
1112
exat = "exat"
1213
optin = "optin"
14+
ro = "ro"
1315
smove = "smove"
1416

1517
[type.c]
@@ -30,6 +32,7 @@ extend-ignore-re = [
3032
module_gil_acquring = "module_gil_acquring"
3133

3234
[type.c.extend-identifiers]
35+
ang = "ang"
3336
clen = "clen"
3437
fle = "fle"
3538
module_gil_acquring = "module_gil_acquring"
@@ -47,15 +50,20 @@ fo = "fo"
4750
seeked = "seeked"
4851

4952
[type.c.extend-words]
53+
arange = "arange"
5054
fo = "fo"
55+
frst = "frst"
5156
limite = "limite"
57+
pn = "pn"
5258
seeked = "seeked"
5359
tre = "tre"
60+
ws = "ws"
5461

5562
[type.systemd.extend-words]
5663
# systemd = .conf
5764
ake = "ake"
5865

5966
[type.tcl.extend-words]
6067
fo = "fo"
68+
lst = "lst"
6169
tre = "tre"

tests/unit/acl.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ start_server {tags {"acl external:skip"}} {
612612
r ACL SETUSER adv-test -@all +select|0 +select|0 +debug|segfault +debug
613613
assert_equal "-@all +select|0 +debug" [dict get [r ACL getuser adv-test] commands]
614614

615-
# Unnecessary categories are retained for potentional future compatibility
615+
# Unnecessary categories are retained for potential future compatibility
616616
r ACL SETUSER adv-test -@all -@dangerous
617617
assert_equal "-@all -@dangerous" [dict get [r ACL getuser adv-test] commands]
618618

0 commit comments

Comments
 (0)