diff --git a/Source/Engine/Utilities/MeshDataCache.cs b/Source/Engine/Utilities/MeshDataCache.cs
index 9d4e78e90..e7a0d8436 100644
--- a/Source/Engine/Utilities/MeshDataCache.cs
+++ b/Source/Engine/Utilities/MeshDataCache.cs
@@ -47,7 +47,7 @@ namespace FlaxEngine.Utilities
/// Requests the mesh data.
///
/// The model to get it's data.
- /// True if ahs valid data to access, otherwise false if it's during downloading.
+ /// True if has valid data to access, otherwise false if it's during downloading.
public bool RequestMeshData(Model model)
{
if (model == null)