JANITORIAL: WINTERMUTE: Correct Spelling Mistake

successfull -> successful
This commit is contained in:
Hubert Maier 2022-11-07 15:40:25 +01:00 committed by Filippos Karapetis
parent 7b68ccbe8e
commit 42033f96df

View File

@ -112,7 +112,7 @@ public:
* Flip the backbuffer onto the screen-buffer
* The screen will NOT be updated before calling this function.
*
* @return true if successfull, false on error.
* @return true if successful, false on error.
*/
virtual bool flip() = 0;
/**