This commit is contained in:
BLINDAUER Emmanuel 2016-12-17 08:07:07 +01:00
parent 1430c54c40
commit a2d7720887

View File

@ -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;
}