diff --git a/osu.Game/Database/ArchiveModelManager.cs b/osu.Game/Database/ArchiveModelManager.cs
index e0ebbe209d..6bf9e2ff37 100644
--- a/osu.Game/Database/ArchiveModelManager.cs
+++ b/osu.Game/Database/ArchiveModelManager.cs
@@ -182,7 +182,7 @@ namespace osu.Game.Database
///
/// Import one from the filesystem and delete the file on success.
///
- /// The archive location on disk.
+ /// The archive location on disk.
/// The imported model, if successful.
public TModel Import(string path)
{