From 759f23f4f428393c9eddafbe98e58c950e340dcb Mon Sep 17 00:00:00 2001 From: Tim Potze Date: Mon, 18 May 2026 17:57:07 +0200 Subject: [PATCH] Update managed-host.cpp --- src/sampsharp-component/managed-host.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sampsharp-component/managed-host.cpp b/src/sampsharp-component/managed-host.cpp index a31e4632..c46b2e0d 100644 --- a/src/sampsharp-component/managed-host.cpp +++ b/src/sampsharp-component/managed-host.cpp @@ -250,6 +250,6 @@ const char* ManagedHost::get_error(int code) const case ERROR_MISSING_EXPORT: return "Missing export fuction in host library"; default: - return "Unkown error"; + return "Unknown error"; } -} \ No newline at end of file +}