diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-04 14:46:33 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-04 14:46:33 +0200 |
commit | 005a010ee6a67191ec24583780310fcf217ff30c (patch) | |
tree | 22d0e5e63a03962a393db975fa1cdd1e65306e6b /backend/lists/InstVersionList.h | |
parent | 935ad6b02c47a74d94dc5afd5ca2795cbd9f7c75 (diff) | |
download | MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar.gz MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar.lz MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.tar.xz MultiMC-005a010ee6a67191ec24583780310fcf217ff30c.zip |
More code cleanups!
Diffstat (limited to 'backend/lists/InstVersionList.h')
-rw-r--r-- | backend/lists/InstVersionList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/lists/InstVersionList.h b/backend/lists/InstVersionList.h index 97e00383..57965333 100644 --- a/backend/lists/InstVersionList.h +++ b/backend/lists/InstVersionList.h @@ -60,7 +60,7 @@ public: explicit InstVersionList(QObject *parent = 0); /*! - * \brief Gets a task that will reload the version islt. + * \brief Gets a task that will reload the version list. * Simply execute the task to load the list. * The task returned by this function should reset the model when it's done. * \return A pointer to a task that reloads the version list. |