diff --git a/LLama.Experimental/Native/NativeLibraryDownloader.cs b/LLama.Experimental/Native/NativeLibraryDownloader.cs
index a09857d93..4e12aa502 100644
--- a/LLama.Experimental/Native/NativeLibraryDownloader.cs
+++ b/LLama.Experimental/Native/NativeLibraryDownloader.cs
@@ -1,4 +1,4 @@
-using HuggingfaceHub;
+using HuggingfaceHub;
namespace LLama.Native
{
@@ -108,7 +108,7 @@ public class NativeLibraryDownloadSettings
///
/// Extra search directories. They will only be used when finding files downloaded from remote.
- /// Generally it will be useful when you wnat to replace the downloading process with your custom implementation.
+ /// Generally it will be useful when you want to replace the downloading process with your custom implementation.
/// If you are not sure how it works, please leave it empty.
///
public string[]? ExtraSearchDirectories { get; private set; } = null;
@@ -225,7 +225,7 @@ public NativeLibraryDownloadSettings WithTimeout(int timeout)
///
/// Set . They will only be used when finding files downloaded from remote.
- /// Generally it will be useful when you wnat to replace the downloading process with your custom implementation.
+ /// Generally it will be useful when you want to replace the downloading process with your custom implementation.
/// If you are not sure how it works, please ignore this method.
///
///