From 09602b2130b3710bcca4d2707132bd47d4a832ef Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 8 Aug 2020 10:32:28 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- include/GL/glxint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/GL/glxint.h') diff --git a/include/GL/glxint.h b/include/GL/glxint.h index 44c9e9e..87ae6b6 100644 --- a/include/GL/glxint.h +++ b/include/GL/glxint.h @@ -118,7 +118,7 @@ struct __GLXFBConfigRec { GLuint multiSampleSize; /* Number of samples per pixel (0 if no ms) */ - GLuint nMultiSampleBuffers; /* Number of availble ms buffers */ + GLuint nMultiSampleBuffers; /* Number of available ms buffers */ GLint maxAuxBuffers; /* frame buffer level */ -- cgit v1.2.3