From 61185fc62b7d3d05e33a116fca26aa9dc72ab691 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 6 Jun 2008 15:47:39 +0000 Subject: m_abbreviation completed. :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9845 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/ctables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ctables.h') 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 Commandable; +typedef nspace::hash_map Commandtable; #define TRANSLATE1(x1) translation.push_back(x1); #define TRANSLATE2(x1,x2) translation.push_back(x1);translation.push_back(x2); -- cgit v1.2.3