diff options
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ example, see `/examples/gl_basic.c` [3]. struct waffle_display *dpy = waffle_display_connect(NULL); struct waffle_config *config = waffle_config_choose(dpy, config_attrs); struct waffle_window *window = waffle_window_create(dpy, width, height); - struct waffle_context *ctx = waffle_context_creat(config, NULL); + struct waffle_context *ctx = waffle_context_create(config, NULL); glClearColor = waffle_dlsym_gl("glClearColor"); glClear = waffle_dlsym_gl("glClear"); |