Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

docs: fix simple typo, paramter -> parameter #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion freeglut/freeglut_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ LRESULT CALLBACK fgWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam,
switch( uMsg )
{
case WM_CREATE:
/* The window structure is passed as the creation structure paramter... */
/* The window structure is passed as the creation structure parameter... */
window = (SFG_Window *) (((LPCREATESTRUCT) lParam)->lpCreateParams);
FREEGLUT_INTERNAL_ERROR_EXIT ( ( window != NULL ), "Cannot create window",
"fgWindowProc" );
Expand Down