X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;fp=src%2Ffg_internal.h;h=3f0dc42833827a21ea9d3556da1bfea3c5cd2ad5;hb=11f8762b68489ab1caf2507e372fde63d2131560;hp=c37f1e4bd77a933e6a2663476d78648e63d7c549;hpb=afe49bde02561147a583c32dd87eb08fc4b66cd1;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index c37f1e4..3f0dc42 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -378,7 +378,7 @@ struct tagSFG_Timer /* * A window and its OpenGL context. The contents of this structure - * are highly dependant on the target operating system we aim at... + * are highly dependent on the target operating system we aim at... */ typedef struct tagSFG_Context SFG_Context; struct tagSFG_Context @@ -902,7 +902,7 @@ extern SFG_State fgState; } /* - * Following definitions are somewhat similiar to GLib's, + * Following definitions are somewhat similar to GLib's, * but do not generate any log messages: */ #define freeglut_return_if_fail( expr ) \ @@ -1008,7 +1008,7 @@ void fgEnumSubWindows( SFG_Window* window, FGCBWindowEnumerator enumCallback, SFG_Window* fgWindowByHandle( SFG_WindowHandleType hWindow ); /* - * This function is similiar to the previous one, except it is + * This function is similar to the previous one, except it is * looking for a specified (sub)window identifier. The function * is defined in fg_structure.c file. */