diff options
Diffstat (limited to 'sesman/xauth.c')
| -rw-r--r-- | sesman/xauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
