make hunspell happy

This commit is contained in:
Sergey Zubkov 2021-01-28 22:16:03 -05:00
parent 75cc9a102f
commit 3e61563a0c

View File

@ -2160,7 +2160,7 @@ are often filled in by name at the call site.
##### Reason
Abstract classes that are empty (have no nonstatic member data) are more likely to be stable than base classes with state.
Abstract classes that are empty (have no non-static member data) are more likely to be stable than base classes with state.
##### Example, bad