summaryrefslogtreecommitdiff
path: root/src/lib/ximage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ximage.c')
-rw-r--r--src/lib/ximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ximage.c b/src/lib/ximage.c
index 3811db6..8058beb 100644
--- a/src/lib/ximage.c
+++ b/src/lib/ximage.c
@@ -23,7 +23,7 @@ static int list_max_count = 0;
/* temporary X error catcher we use later */
static char _x_err = 0;
-/* the fucntion we use for catching the error */
+/* the function we use for catching the error */
static int
TmpXError(Display * d, XErrorEvent * ev)
{