summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 718a7f351b..10c334d1fd 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -244,7 +244,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
if (myximage->byte_order != LSBFirst)
#endif
{
- printf("[gl] no support fon non-native XImage byte order!\n");
+ printf("[gl] no support for non-native XImage byte order!\n");
return -1;
}