From 58b361905fdfd97b986cad9e9c01c2ccbbe93a7e Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 3 Jan 2007 00:27:12 +0000
Subject: [PATCH] i before e, except after c...

---
 src/sbbs3/main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 15e9edec5f..610932bc7b 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -1361,7 +1361,7 @@ void input_thread(void *arg)
 				if(err==CRYPT_ERROR_TIMEOUT)
 					continue;
 				/* Handle the SSH error here... */
-				lprintf(LOG_ERR,"Node %d !ERROR %d recieving on Cryptlib session", sbbs->cfg.node_num, err);
+				lprintf(LOG_ERR,"Node %d !ERROR %d receiving on Cryptlib session", sbbs->cfg.node_num, err);
 				break;
 			}
 			else {
@@ -1478,7 +1478,7 @@ void input_thread(void *arg)
 
 #ifdef USE_CRYPTLIB
 /*
- * This thread copies anything recieved from the client to the passthru_socket
+ * This thread copies anything received from the client to the passthru_socket
  * It can only do that when the input thread is locked.
  * Luckily, the input thread is currently locked exactly when we want it to be.
  * Since the passthru socket is 8-bit clean and does NOT use a protocol,
-- 
GitLab