Skip to content

Commit 3f13c0b

Browse files
committed
chore: Fix typos in code comments
1 parent af807cb commit 3f13c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/ledger.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ syntax region ledgerBlockComment start=/^comment/ end=/^end comment/
7272
syntax region ledgerBlockTest start=/^test/ end=/^end test/
7373
execute 'syntax match ledgerComment /^['.s:line_comment_chars.'].*$/'
7474

75-
" Tags (metadata) are handled a bit differntly in ledger-cli vs. hledger even
76-
" though they both nested in commens the same way.
75+
" Tags (metadata) are handled a bit differently in ledger-cli vs. hledger even
76+
" though they both nested in comments the same way.
7777
if b:ledger_is_hledger
7878
syntax region ledgerTransactionMetadata start=/;/ end=/^/
7979
\ keepend contained contains=ledgerTags

0 commit comments

Comments
 (0)