summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/nix.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/nix.vim')
-rw-r--r--runtime/syntax/nix.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/nix.vim b/runtime/syntax/nix.vim
index 671b269c04..ef52cddf46 100644
--- a/runtime/syntax/nix.vim
+++ b/runtime/syntax/nix.vim
@@ -99,7 +99,7 @@ syn match nixArgOperator '[a-zA-Z_][a-zA-Z0-9_'-]*\%(\s\|#.\{-\}\n\|\n\|/\*\_.\{
"
" "\%(\s\|#.\{-\}\n\|\n\|/\*\_.\{-\}\*/\)*"
"
-" It is also used throught the whole file and is marked with 'v's as well.
+" It is also used throughout the whole file and is marked with 'v's as well.
"
" Fortunately the matching rules for function arguments are much simpler than
" for real attribute sets, because we can stop when we hit the first ellipsis or