summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_mm.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-02-04 11:02:59 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-02-04 11:02:59 -0800
commit7b7debd56a02fc7463ef563b0c0e11300dac8acc (patch)
tree3478fd5089bb097508d5e96148a7665ac18f645e /xrdp/xrdp_mm.c
parentdb39d10595408bbb2ee88fcf8da8b85d0d9d3e43 (diff)
downloadxrdp-proprietary-7b7debd56a02fc7463ef563b0c0e11300dac8acc.tar.gz
xrdp-proprietary-7b7debd56a02fc7463ef563b0c0e11300dac8acc.zip
comment spelling fixes from univention
Diffstat (limited to 'xrdp/xrdp_mm.c')
-rw-r--r--xrdp/xrdp_mm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c
index 560ebedb..796c273e 100644
--- a/xrdp/xrdp_mm.c
+++ b/xrdp/xrdp_mm.c
@@ -238,7 +238,7 @@ xrdp_mm_send_login(struct xrdp_mm *self)
/*****************************************************************************/
/* returns error */
/* this goes through the login_names looking for one called 'aname'
- then it copies the corisponding login_values item into 'dest'
+ then it copies the corresponding login_values item into 'dest'
'dest' must be at least 'dest_len' + 1 bytes in size */
static int APP_CC
xrdp_mm_get_value(struct xrdp_mm *self, char *aname, char *dest, int dest_len)
@@ -1511,7 +1511,7 @@ getPAMError(const int pamError, char *text, int text_bytes)
case PAM_USER_UNKNOWN:
return "User not known to the underlying authentication module";
case PAM_MAXTRIES:
- return "Have exhasted maximum number of retries for service.";
+ return "Have exhausted maximum number of retries for service.";
case PAM_NEW_AUTHTOK_REQD:
return "Authentication token is no longer valid; new one required.";
case PAM_ACCT_EXPIRED: