Skip to content

Commit

Permalink
fix: tweak word antrl to antlr (#4459)
Browse files Browse the repository at this point in the history
Signed-off-by: h3n4l <oysterdays@gmail.com>
  • Loading branch information
h3n4l authored Nov 2, 2023
1 parent 487cb28 commit 2e718eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Cpp/cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(ANTLR4_WITH_STATIC_CRT OFF)
# add external build for antlrcpp
include(ExternalAntlr4Cpp)
# add antrl4cpp artifacts to project environment
# add antlr4cpp artifacts to project environment
include_directories(${ANTLR4_INCLUDE_DIRS})
# set variable pointing to the antlr tool that supports C++
Expand Down

0 comments on commit 2e718eb

Please sign in to comment.