From 92a6833e9b808301bb3435bc1290f4b8d6242be5 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 13 Feb 2016 20:41:07 -0800 Subject: Fix typos --- sesman/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sesman/env.c') 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); -- cgit v1.2.1