summaryrefslogtreecommitdiff
path: root/modules/VC8WorkspaceCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-08-05 03:50:05 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-08-05 03:50:05 +0000
commitd8025ca319f632f81f35614d14a1e73d909beddd (patch)
tree25bb20485ff02c125dfaa37048e9d80229089115 /modules/VC8WorkspaceCreator.pm
parent0ae8ac830c07fa4c1ff7440d81b0e39d77d0d701 (diff)
downloadMPC-d8025ca319f632f81f35614d14a1e73d909beddd.tar.gz
ChangeLogTag: Thu Aug 5 03:49:19 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC8WorkspaceCreator.pm')
-rw-r--r--modules/VC8WorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/VC8WorkspaceCreator.pm b/modules/VC8WorkspaceCreator.pm
index 1291e831..29a02ae1 100644
--- a/modules/VC8WorkspaceCreator.pm
+++ b/modules/VC8WorkspaceCreator.pm
@@ -95,7 +95,7 @@ sub post_workspace {
if (defined $relative) {
if ($lang eq Creator::cplusplus) {
## If the current project is not managed, then we will
- ## add references (although I doubt that will be useful).
+ ## add references (although I doubt that will be useful).
## If the current project is managed, then the reference
## project must be managed or a non-c++ project.
if (!$managed || ($managed && $gmap{$dep}->[1])) {