summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
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");