diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-04-18 01:17:55 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-04-18 01:17:55 -0400 |
commit | 41db150de1ba14f202beea682206d2808343809f (patch) | |
tree | b328c666bc7d0451ff84508c3ea36a775388e679 /src | |
parent | 8af353f34acbd3b2fd9925c71fb2c5154205d410 (diff) |
Fix typos - thanks Luniz2k1
--HG--
branch : trunk
Diffstat (limited to 'src')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp index e1e7d2d161d..12f7e7b46b7 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp @@ -21,7 +21,7 @@ SDComment: Placeholer SDCategory: Sunwell_Plateau EndScriptData */ -#include "Precompiled.h" +#include "precompiled.h" void AddSC_boss_kiljaeden() {}; diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp index 4c9f3c08d36..fd9a8886962 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp @@ -21,7 +21,7 @@ SDComment: Placeholer SDCategory: Sunwell_Plateau EndScriptData */ -#include "Precompiled.h" +#include "precompiled.h" void AddSC_boss_muru() {}; diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp index 60afd9568d9..c2608f2bd1e 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp @@ -21,7 +21,7 @@ SDComment: Placeholer SDCategory: Sunwell_Plateau EndScriptData */ -#include "Precompiled.h" +#include "precompiled.h" void AddSC_sunwell_plateau() {};
\ No newline at end of file |