diff options
| author | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-17 08:07:07 +0100 |
|---|---|---|
| committer | BLINDAUER Emmanuel <e.blindauer@gmail.com> | 2016-12-17 08:07:07 +0100 |
| commit | a2d7720887b25304b2e10940fdefb2602bf8fc88 (patch) | |
| tree | 8f05d65b2702c7bbcd205d3a4a19e135f39f1e81 /sesman/xauth.c | |
| parent | 1430c54c4090fba87d64df0f1256aca95d1fd789 (diff) | |
| download | xrdp-proprietary-a2d7720887b25304b2e10940fdefb2602bf8fc88.tar.gz xrdp-proprietary-a2d7720887b25304b2e10940fdefb2602bf8fc88.zip | |
Fix typo
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; } |
