Fix typos

This commit is contained in:
Chris Thrasher 2023-12-09 11:42:05 -07:00
parent 7f5d87dcd5
commit f93e1e4974
5 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ public:
///
/// \param mode Video mode to use
/// \param title Title of the window
/// \param style Window style (resizable, fixed, or fullscren)
/// \param style Window style (resizable, fixed, or fullscreen)
/// \param settings Additional settings for the underlying OpenGL context
///
////////////////////////////////////////////////////////////

View File

@ -52,7 +52,7 @@ public:
///
/// \param mode Video mode to use
/// \param title Title of the window
/// \param style Window style (resizable, fixed, or fullscren)
/// \param style Window style (resizable, fixed, or fullscreen)
/// \param settings Additional settings for the underlying OpenGL context
///
////////////////////////////////////////////////////////////

View File

@ -59,7 +59,7 @@ public:
///
/// \param mode Video mode to use
/// \param title Title of the window
/// \param style Window style (resizable, fixed, or fullscren)
/// \param style Window style (resizable, fixed, or fullscreen)
/// \param settings Additional settings for the underlying OpenGL context
///
////////////////////////////////////////////////////////////

View File

@ -59,7 +59,7 @@ public:
///
/// \param mode Video mode to use
/// \param title Title of the window
/// \param style Window style (resizable, fixed, or fullscren)
/// \param style Window style (resizable, fixed, or fullscreen)
/// \param settings Additional settings for the underlying OpenGL context
///
////////////////////////////////////////////////////////////

View File

@ -80,7 +80,7 @@ public:
///
/// \param mode Video mode to use
/// \param title Title of the window
/// \param style Window style (resizeable, fixed, or fullscren)
/// \param style Window style (resizeable, fixed, or fullscreen)
/// \param settings Additional settings for the underlying OpenGL context
///
////////////////////////////////////////////////////////////