From a2d7720887b25304b2e10940fdefb2602bf8fc88 Mon Sep 17 00:00:00 2001 From: BLINDAUER Emmanuel Date: Sat, 17 Dec 2016 08:07:07 +0100 Subject: [PATCH] Fix typo --- sesman/xauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sesman/xauth.c b/sesman/xauth.c index fef7e9a3..003fb866 100644 --- a/sesman/xauth.c +++ b/sesman/xauth.c @@ -54,7 +54,7 @@ add_xauth_cookie(int display, const char *file) ret = pclose(dp); if (ret < 0) { - log_message(LOG_LEVEL_ERROR, "An error occured while running xauth"); + log_message(LOG_LEVEL_ERROR, "An error occurred while running xauth"); return 1; }