From deb457ba6856aaf5f37bd726dfc26ff6b14476ff Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 1 Oct 2007 20:09:51 +0000 Subject: [PATCH] fixed typo in build tool --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401518 --- tools/builder/PkgCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index 8c98617e..782d9fe1 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -154,7 +154,7 @@ namespace builder libs[8].Name = "game.cstrike.ext"; libs[8].ProjectFile = "cstrike"; - libs[9].Destination = "addons/sourcemod/extenions"; + libs[9].Destination = "addons/sourcemod/extensions"; libs[9].LocalPath = "extensions/topmenus"; libs[9].Name = "topmenus.ext"; libs[9].ProjectFile = "topmenus";