Skip to content

Commit 7930f3e

Browse files
committed
main,comment: fix typos
1 parent 454fb4a commit 7930f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/ctags.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
of ctags or readtags commands, increment VERSION.
2222
Removing a parameter of a parser is part of incompatible change
2323
for the CLI.
24-
When OUTPUT_VERSOIN_AGE set to 0, increment VERSION. Set REVISION
24+
When OUTPUT_VERSION_AGE set to 0, increment VERSION. Set REVISION
2525
and PATCH to 0.
2626
For changing setting versionAge member of a parser, increment
2727
VERSION. Set REVISION and PATCH to 0.
@@ -30,8 +30,8 @@
3030
For uppper compatible changes for the CLI,
3131
increment REVISION.
3232
Adding a new parameter to a parser is an uppper compatible change.
33-
When incrementing OUTPUT_VERSOIN_CURRENT but not setting
34-
OUTPUT_VERSOIN_AGE to 0, increment REVISION.
33+
When incrementing OUTPUT_VERSION_CURRENT but not setting
34+
OUTPUT_VERSION_AGE to 0, increment REVISION.
3535
For changing increment versionCurrent member of a parser but not
3636
setting versionAge to 0, increment REVISION.
3737
When changing REVISION, set PATCH to 0.

0 commit comments

Comments
 (0)