commit | 3fc7a7e44abda6505ccd39a6d067db6e5173cbf6 | [log] [tgz] |
---|---|---|
author | Viktor Szépe <viktor@szepe.net> | Wed Aug 23 21:20:00 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Aug 23 21:20:00 2023 +0200 |
tree | fbccdd210699fd68bb39f86bcb6d037b57d66c1c | |
parent | afe0466fb1695fa8b9782eea8a8e9f9540d4cb85 [diff] [blame] |
runtime: Fix typos in various files closes: #12836 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Viktor Szépe <viktor@szepe.net>
diff --git a/runtime/syntax/a65.vim b/runtime/syntax/a65.vim index b232e82..6445b94 100644 --- a/runtime/syntax/a65.vim +++ b/runtime/syntax/a65.vim
@@ -118,7 +118,7 @@ " Strings syn match a65String "\".*\"" -" Programm Counter +" Program Counter syn region a65PC start="\*=" end="\>" keepend " HI/LO Byte