spelling fix: desctructor => destructor

This commit is contained in:
Daniel Marjamäki 2013-09-09 06:14:41 +02:00
parent 4da2e4d4ce
commit 418a3d8399
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}