summaryrefslogtreecommitdiffstats
path: root/src/debputy/lsp/spellchecking.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/lsp/spellchecking.py')
-rw-r--r--src/debputy/lsp/spellchecking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debputy/lsp/spellchecking.py b/src/debputy/lsp/spellchecking.py
index 69dd119..f9027af 100644
--- a/src/debputy/lsp/spellchecking.py
+++ b/src/debputy/lsp/spellchecking.py
@@ -45,7 +45,7 @@ _LOOKS_LIKE_PROGRAMMING_TERM = re.compile(
# SCREAMING_SNAKE_CASE (environment variables plus -DVAR=B or $FOO)
| [-$%&*_]{0,2}[A-Z][A-Z0-9]*(_[A-Z0-9]+)+(?:=\S+)?
| \#[A-Z][A-Z0-9]*(_[A-Z0-9]+)+\#
- # Subcommand names. Require at least two "-" to avoid skipping hypenated words
+ # Subcommand names. Require at least two "-" to avoid skipping hyphenated words
| [a-z][a-z0-9]*(-[a-z0-9]+){2,}
# Short args
| -[a-z0-9]+