diff options
author | Robby- <robby@chat.be> | 2013-10-28 09:13:53 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2013-10-28 09:13:53 +0100 |
commit | bd3bed21189d0f03e499b1c54840a1cafdd96f1a (patch) | |
tree | 6820a76222cbd3468b9714846bb5e3f3f1ee43dd /include/modules.h | |
parent | fe31b0a666fbae7b34b749fd08a08293a454ce45 (diff) |
Fix some typos and touch up the configs a little.
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h index 77cae7aac..84d07a8e5 100644 --- a/include/modules.h +++ b/include/modules.h @@ -185,9 +185,9 @@ class ModuleVersion public: /** Constructor - * @param major The major version numbber - * @param minor The minor version numbber - * @param patch The patch version numbber + * @param major The major version number + * @param minor The minor version number + * @param patch The patch version number */ ModuleVersion(int major, int minor, int patch); |