clients: fix spelling
Signed-off-by: Tiago Vignatti <vignatti@freedesktop.org>
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
diff --git a/clients/gears.c b/clients/gears.c
index 22312bd..3b4f3d3 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -332,7 +332,7 @@
die("failed to create context\n");
if (!eglMakeCurrent(gears->display, NULL, NULL, gears->context))
- die("faile to make context current\n");
+ die("failed to make context current\n");
for (i = 0; i < 3; i++) {
gears->gear_list[i] = glGenLists(1);