Fix a typo in a message for a rule (#1181)

Adjust a word in the summary for this rule.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
This commit is contained in:
Markus Elfring 2018-04-19 22:33:14 +02:00 committed by Daniel Marjamäki
parent 313b2a1755
commit bf5f9bd9cb
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
<message>
<id>modernizeUseNullPtr</id>
<severity>style</severity>
<summary>Prefer to use a 'nullptr' instead of initialize a pointer with 0.</summary>
<summary>Prefer to use a 'nullptr' instead of initializing a pointer with 0.</summary>
</message>
</rule>