diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-08-29 16:10:23 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-08-29 16:10:23 +0200 |
| commit | fd86000f1e6a5691d23a2faa71f8d0773a425fee (patch) | |
| tree | 1337fc14c3a5c7d02fcd9da564cb1c02d76a04cf /src/modlist.h | |
| parent | 97e9e7cf2be5f8f24f62aa25d4669eda885e8567 (diff) | |
Fix typo in notifyModStateChanged documentation.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
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.
|
