diff options
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); |