summaryrefslogtreecommitdiffstats
path: root/sesman/env.c
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-13 20:41:07 -0800
committerPavel Roskin <plroskin@gmail.com>2016-02-13 20:41:07 -0800
commit92a6833e9b808301bb3435bc1290f4b8d6242be5 (patch)
tree98b1175dafcc2d3177fce02b91b77a6f6eb1e620 /sesman/env.c
parentafa6ec97cc90ce45086df13ca7a5914a28175820 (diff)
downloadxrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.tar.gz
xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.zip
Fix typos
Diffstat (limited to 'sesman/env.c')
-rw-r--r--sesman/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/env.c b/sesman/env.c
index b2f06160..39e020fd 100644
--- a/sesman/env.c
+++ b/sesman/env.c
@@ -45,7 +45,7 @@ env_check_password_file(char *filename, char *passwd)
void *des;
void *sha1;
- /* create password hash from passowrd */
+ /* create password hash from password */
passwd_bytes = g_strlen(passwd);
sha1 = ssl_sha1_info_create();
ssl_sha1_transform(sha1, "xrdp_vnc", 8);