From 1a9b2eefc288f3f2a5debb46f6977f6992000435 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 19 Feb 2018 21:25:43 +0000
Subject: [PATCH] Having fixed all the other bugs, fix a typo in a random
 comment.

---
 src/sbbs3/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 01206fb548..13579c8308 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -4940,7 +4940,7 @@ void DLLCALL bbs_thread(void* arg)
 				goto NO_SSH;
 			}
 
-			/* Ok, now try saving this one... use the syspass to enctrpy it. */
+			/* Ok, now try saving this one... use the syspass to encrypt it. */
 			if(cryptStatusOK(cryptKeysetOpen(&ssh_keyset, CRYPT_UNUSED, CRYPT_KEYSET_FILE, str, CRYPT_KEYOPT_CREATE))) {
 				if(!cryptStatusOK(cryptAddPrivateKey(ssh_keyset, ssh_context, scfg.sys_pass)))
 					lprintf(LOG_ERR,"SSH Cryptlib error %d saving key",i);
-- 
GitLab