diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-06 15:47:39 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-06-06 15:47:39 +0000 |
commit | 61185fc62b7d3d05e33a116fca26aa9dc72ab691 (patch) | |
tree | dc3a71b2d1fa70f91400fe6d5e680d3e12e8059b /include/ctables.h | |
parent | 8172d4afcf105b58a4b16735f5e6f8ccc5404dd5 (diff) |
m_abbreviation completed. :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9845 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ctables.h b/include/ctables.h index d9f660f71..ad2135b1e 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -173,7 +173,7 @@ class CoreExport Command : public Extensible /** A hash of commands used by the core */ -typedef nspace::hash_map<std::string,Command*> Commandable; +typedef nspace::hash_map<std::string,Command*> Commandtable; #define TRANSLATE1(x1) translation.push_back(x1); #define TRANSLATE2(x1,x2) translation.push_back(x1);translation.push_back(x2); |