summaryrefslogtreecommitdiff
path: root/modules/WB26ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-06 15:11:29 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-06 15:11:29 +0000
commitae852ecc235e2786969e3acdc1635a374ae30ce3 (patch)
tree284ddc6084eb28c12023029a1085c0f1aee0cf0c /modules/WB26ProjectCreator.pm
parenta848b3ffe64557afc4ec3c864a982cb3e290870a (diff)
downloadMPC-ae852ecc235e2786969e3acdc1635a374ae30ce3.tar.gz
ChangeLogTag: Thu Aug 6 15:11:07 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/WB26ProjectCreator.pm')
-rw-r--r--modules/WB26ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/WB26ProjectCreator.pm b/modules/WB26ProjectCreator.pm
index 45b58b23..8380a35b 100644
--- a/modules/WB26ProjectCreator.pm
+++ b/modules/WB26ProjectCreator.pm
@@ -67,7 +67,7 @@ sub requires_forward_slashes {
sub file_visible {
## We only want the project file visible to the workspace creator.
- ## There can only be one and this is the it.
+ ## There can only be one and this is it.
#my($self, $template) = @_;
return $_[1] eq 'wb26';
}