diff --git a/man/checkers/cstyleCast.md b/man/checkers/cstyleCast.md index 52da49adad2..837289f2cf6 100644 --- a/man/checkers/cstyleCast.md +++ b/man/checkers/cstyleCast.md @@ -1,4 +1,3 @@ - # cstyleCast **Message**: C-style pointer casting
@@ -31,7 +30,7 @@ The motivation of this checker is to modernize c++ code. You can use C++ casts such as `static_cast` to fix these warnings. -The `dynamic_cast` should rarelly be used to fix these warnings because dangerousTypeCast is +The `dynamic_cast` should rarely be used to fix these warnings because dangerousTypeCast is reported when that can be a good idea. Before: