summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-08-29 16:10:23 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-08-29 16:10:23 +0200
commitfd86000f1e6a5691d23a2faa71f8d0773a425fee (patch)
tree1337fc14c3a5c7d02fcd9da564cb1c02d76a04cf
parent97e9e7cf2be5f8f24f62aa25d4669eda885e8567 (diff)
Fix typo in notifyModStateChanged documentation.
-rw-r--r--src/modlist.h2
1 files changed, 1 insertions, 1 deletions
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.