1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 21:06:37 +02:00

Fix some typos and touch up the configs a little.

This commit is contained in:
Robby-
2013-10-28 09:13:53 +01:00
parent fe31b0a666
commit bd3bed2118
8 changed files with 19 additions and 22 deletions
+3 -3
View File
@@ -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);