From 0ac6a62b8632ac59ea4b9ee2b271f45e898a4fc1 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 13 Jan 2025 07:50:05 -0500 Subject: [PATCH] fix comment spelling --- Oqtane.Server/Infrastructure/DatabaseManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oqtane.Server/Infrastructure/DatabaseManager.cs b/Oqtane.Server/Infrastructure/DatabaseManager.cs index cf7a8e79..3509eafa 100644 --- a/Oqtane.Server/Infrastructure/DatabaseManager.cs +++ b/Oqtane.Server/Infrastructure/DatabaseManager.cs @@ -91,7 +91,7 @@ namespace Oqtane.Infrastructure // get configuration if (install == null) { - // startup or auotmated installation + // startup or automated installation install = new InstallConfig { ConnectionString = _config.GetConnectionString(SettingKeys.ConnectionStringKey),