docs: fix simple typo, direcly -> directly

There is a small typo in auto/src/glew_head.c.

Should read `directly` rather than `direcly`.
This commit is contained in:
Tim Gates 2020-11-28 09:26:48 +11:00 committed by Nigel Stewart
parent 0b97f2568d
commit bfc724c6cc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#if defined(GLEW_EGL)
#elif defined(GLEW_REGAL)
/* In GLEW_REGAL mode we call direcly into the linked
/* In GLEW_REGAL mode we call directly into the linked
libRegal.so glGetProcAddressREGAL for looking up
the GL function pointers. */