Skip to content

Commit

Permalink
Update for latest 'typos' (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: john vandenberg <jayvdb@gmail.com>
Co-authored-by: john vandenberg <jayvdb@192-168-1-101.tpgi.com.au>
  • Loading branch information
jayvdb and john vandenberg authored Apr 2, 2024
1 parent e35d86f commit 83507d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .config/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ extend-exclude = [
]

[default.extend-words]
advices = "advices"
exat = "exat"
optin = "optin"
ro = "ro"
smove = "smove"

[type.c]
Expand All @@ -30,6 +32,7 @@ extend-ignore-re = [
module_gil_acquring = "module_gil_acquring"

[type.c.extend-identifiers]
ang = "ang"
clen = "clen"
fle = "fle"
module_gil_acquring = "module_gil_acquring"
Expand All @@ -47,15 +50,20 @@ fo = "fo"
seeked = "seeked"

[type.c.extend-words]
arange = "arange"
fo = "fo"
frst = "frst"
limite = "limite"
pn = "pn"
seeked = "seeked"
tre = "tre"
ws = "ws"

[type.systemd.extend-words]
# systemd = .conf
ake = "ake"

[type.tcl.extend-words]
fo = "fo"
lst = "lst"
tre = "tre"
2 changes: 1 addition & 1 deletion tests/unit/acl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ start_server {tags {"acl external:skip"}} {
r ACL SETUSER adv-test -@all +select|0 +select|0 +debug|segfault +debug
assert_equal "-@all +select|0 +debug" [dict get [r ACL getuser adv-test] commands]

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

Expand Down

0 comments on commit 83507d7

Please sign in to comment.