File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Calls to the following std library algorithms are checked:
64
64
``std::mismatch ``,
65
65
``std::next_permutation ``,
66
66
``std::none_of ``,
67
- ``std::parital_sum ``,
67
+ ``std::partial_sum ``,
68
68
``std::partial_sort_copy ``,
69
69
``std::partition_copy ``,
70
70
``std::partition_point ``,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Note: it is expected that, after applying the suggested fix and using
26
26
<../cppcoreguidelines/pro-type-reinterpret-cast>` will emit a warning.
27
27
This is intentional: ``reinterpret_cast `` is a dangerous operation that can
28
28
easily break the strict aliasing rules when dereferencing the casted pointer,
29
- invoking Undefined Behavior. The warning is there to prompt users to carefuly
29
+ invoking Undefined Behavior. The warning is there to prompt users to carefully
30
30
analyze whether the usage of ``reinterpret_cast `` is safe, in which case the
31
31
warning may be suppressed.
32
32
You can’t perform that action at this time.
0 commit comments