From fd86000f1e6a5691d23a2faa71f8d0773a425fee Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 29 Aug 2020 16:10:23 +0200 Subject: Fix typo in notifyModStateChanged documentation. --- src/modlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modlist.h b/src/modlist.h index 1d16339f..a054677b 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -125,7 +125,7 @@ public: void highlightMods(const QItemSelectionModel *selection, const MOShared::DirectoryEntry &directoryEntry); /** - * @brief Notify the most list that the state of the specified mods has changed. This is used + * @brief Notify the mod list that the state of the specified mods has changed. This is used * to notify the plugin that registered through onModStateChanged(). * * @param modIndices Indices of the mods that changed. -- cgit v1.3.1