From eafd7b76c97fde4cd3eb4f1f1e8a9cea5472ca79 Mon Sep 17 00:00:00 2001 From: Pauli Nieminen Date: Thu, 26 Apr 2012 14:37:33 +0300 Subject: readme: Fix typo in example Signed-off-by: Pauli Nieminen --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index b1563dd..e83d67f 100644 --- a/README.txt +++ b/README.txt @@ -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"); -- cgit v1.2.3