From 75d245dbdb9ef016ee5e35c328500f85111c4ed2 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 16 Jan 2023 21:10:18 +0100 Subject: Minor, documentation --- WhisperNet/API/iModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WhisperNet/API/iModel.cs') diff --git a/WhisperNet/API/iModel.cs b/WhisperNet/API/iModel.cs index 8ec6d17..9268870 100644 --- a/WhisperNet/API/iModel.cs +++ b/WhisperNet/API/iModel.cs @@ -4,7 +4,7 @@ using System.ComponentModel; namespace Whisper { /// A model in VRAM, loaded from GGML file. - /// This objetc doesn't keep any mutable state, and can be safely used from multiple threads concurrently + /// This object doesn't keep any mutable state, and can be safely used from multiple threads concurrently [ComInterface( "abefb4c9-e8d8-46a3-8747-5afbadef1adb", eMarshalDirection.ToManaged ), CustomConventions( typeof( Internal.NativeLogger ) )] public interface iModel: IDisposable { -- cgit v1.2.3