spelling fix: desctructor => destructor
This commit is contained in:
parent
4da2e4d4ce
commit
418a3d8399
|
@ -197,7 +197,7 @@ private:
|
|||
"* Order of initializations\n"
|
||||
"* Suggest usage of initialization list\n"
|
||||
"* Suspicious subtraction from 'this'\n"
|
||||
"* Call of pure virtual function in constructor/desctructor\n"
|
||||
"* Call of pure virtual function in constructor/destructor\n"
|
||||
"* Duplicated inherited data members\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue