From e16e9bd9298941409e4d1451709edeac9f32f403 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Mon, 16 Aug 2021 19:10:24 +0200
Subject: [PATCH] typo

---
 src/Core/Installer.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Core/Installer.php b/src/Core/Installer.php
index 355513ac74..02904004bc 100644
--- a/src/Core/Installer.php
+++ b/src/Core/Installer.php
@@ -587,7 +587,7 @@ class Installer
 	/**
 	 * TLS Check
 	 *
-	 * Tries to determine wheather the connection to the server is secured
+	 * Tries to determine whether the connection to the server is secured
 	 * by TLS or not. If not the user will be warned that it is higly
 	 * encuraged to use TLS.
 	 *