diff options
| -rw-r--r-- | .typos.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.typos.toml b/.typos.toml index cc5c3667a..7a6e7d573 100644 --- a/.typos.toml +++ b/.typos.toml @@ -4,3 +4,9 @@ extend-exclude = [ "smoketest/**", "mibs/**" ] + +# VyOS-specific networking terms and abbreviations +[default.extend-words] +dum = "dum" # dummy interface +oif = "oif" # outgoing interface +iif = "iif" # incoming interface |
