From fa1ee34bd8538a49bae9e456ac808bffcee8a150 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Nov 2019 20:51:45 +0100 Subject: Fix duplicate word in error message --- test/pugl_gl3_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pugl_gl3_test.c') diff --git a/test/pugl_gl3_test.c b/test/pugl_gl3_test.c index 2bcc8ec..8e77bc2 100644 --- a/test/pugl_gl3_test.c +++ b/test/pugl_gl3_test.c @@ -314,7 +314,7 @@ main(int argc, char** argv) puglSetEventFunc(app.view, onEvent); if (puglCreateWindow(app.view, "Pugl OpenGL 3")) { - fprintf(stderr, "error: Failed to create window window\n"); + fprintf(stderr, "error: Failed to create window\n"); return 1; } -- cgit v1.2.1