diff --git a/LLama/Native/SafeLlamaModelHandle.cs b/LLama/Native/SafeLlamaModelHandle.cs
index 04095d29..e55902bc 100644
--- a/LLama/Native/SafeLlamaModelHandle.cs
+++ b/LLama/Native/SafeLlamaModelHandle.cs
@@ -411,7 +411,7 @@ namespace LLama.Native
///
/// Token to decode
/// A span to attempt to write into. If this is too small nothing will be written
- /// If true, special charcters will be converted to text. If false they will be invisible.
+ /// If true, special characters will be converted to text. If false they will be invisible.
/// The size of this token. **nothing will be written** if this is larger than `dest`
public uint TokenToSpan(LLamaToken token, Span dest, bool special = false)
{