diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-02-10 18:47:22 -0800 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-02-10 18:47:22 -0800 |
commit | c5c8324d91277bdbddf7402453b0b8f56e698972 (patch) | |
tree | f39fa62e78e274d0792bfdbd0b0202e5be323977 /xrdp/xrdp_mm.c | |
parent | e95edef44e1dd25cd40a650e61faff7c4977e689 (diff) | |
parent | 973d41bceb19fd2af275a1f262363cbe2db30792 (diff) | |
download | xrdp-proprietary-c5c8324d91277bdbddf7402453b0b8f56e698972.tar.gz xrdp-proprietary-c5c8324d91277bdbddf7402453b0b8f56e698972.zip |
Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel
Diffstat (limited to 'xrdp/xrdp_mm.c')
-rw-r--r-- | xrdp/xrdp_mm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xrdp/xrdp_mm.c b/xrdp/xrdp_mm.c index e573efd9..6a1fd323 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: |