summaryrefslogtreecommitdiffstats
path: root/sesman/env.c
diff options
context:
space:
mode:
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);