From 97e77c520e43afb702c878d628453077ab9ffe0e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 28 Nov 2007 16:00:18 +0000 Subject: [PATCH] fixed a spelling mistake --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401738 --- plugins/include/sourcemod.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sourcemod.inc b/plugins/include/sourcemod.inc index c9b7efa2..acbcdeca 100644 --- a/plugins/include/sourcemod.inc +++ b/plugins/include/sourcemod.inc @@ -148,7 +148,7 @@ forward OnMapEnd(); /** * Called when the map has loaded, servercfgfile (server.cfg) has been * executed, and all plugin configs are done executing. This is the best - * place to inialize plugin functions which are based on cvar data. + * place to initialize plugin functions which are based on cvar data. * * @note This will always be called once and only once per map. It will be * called after OnMapStart().