summaryrefslogtreecommitdiffstats
path: root/WhisperNet/API
diff options
context:
space:
mode:
Diffstat (limited to 'WhisperNet/API')
-rw-r--r--WhisperNet/API/iModel.cs2
1 files changed, 1 insertions, 1 deletions
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
{
/// <summary>A model in VRAM, loaded from GGML file.</summary>
- /// <remarks>This objetc doesn't keep any mutable state, and can be safely used from multiple threads concurrently</remarks>
+ /// <remarks>This object doesn't keep any mutable state, and can be safely used from multiple threads concurrently</remarks>
[ComInterface( "abefb4c9-e8d8-46a3-8747-5afbadef1adb", eMarshalDirection.ToManaged ), CustomConventions( typeof( Internal.NativeLogger ) )]
public interface iModel: IDisposable
{