Correct misspelling of destroy in method name

This commit is contained in:
Kevin Sawicki 2016-08-25 11:24:16 -07:00
parent 9548184b15
commit 7a0129bbc7
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ class NativeWindowObserver {
virtual void WillCloseWindow(bool* prevent_default) {}
// Called before the native window object is going to be destroyed.
virtual void WillDestoryNativeObject() {}
virtual void WillDestroyNativeObject() {}
// Called when the window is closed.
virtual void OnWindowClosed() {}