summaryrefslogtreecommitdiff
path: root/modules/VC7ProjectCreator.pm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-12-20 11:43:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-12-20 11:43:14 +0000
commit66a603f159951e2600813df7f2be31744d5c6047 (patch)
tree33ac88ff888707ddedc20abeeff2af1d4a471a1d /modules/VC7ProjectCreator.pm
parent04cfa33705b32165604c6b56724e6bcc3436a86d (diff)
downloadMPC-66a603f159951e2600813df7f2be31744d5c6047.tar.gz
Tue Dec 20 11:42:28 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* modules/VC11ProjectCreator.pm: * modules/VC11WorkspaceCreator.pm: * templates/vc11dll.mpt: * templates/vc11exe.mpt: * templates/vc11lib.mpt: * templates/vc11libexe.mpt: * templates/vc11platforms.mpt: Extended support for vc11 * modules/VC7ProjectCreator.pm: Fixed typo
Diffstat (limited to 'modules/VC7ProjectCreator.pm')
-rw-r--r--modules/VC7ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/VC7ProjectCreator.pm b/modules/VC7ProjectCreator.pm
index bb5028f3..85975179 100644
--- a/modules/VC7ProjectCreator.pm
+++ b/modules/VC7ProjectCreator.pm
@@ -109,7 +109,7 @@ sub fill_value {
}
## Consult another method for this template name. This method is
- ## overrridden by the other project creators that inherit from this
+ ## overridden by the other project creators that inherit from this
## one.
return $self->get_configurable($name);
}