summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-01-25 14:46:43 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-01-25 14:46:43 +0000
commitba709a943911185aeb720d65f0d413d89bab874e (patch)
tree94b52e6846583ff5fee792a38f916276a97850b3
parent205a037ee2e3f6fac27961121721eea9d87aed31 (diff)
Correct small error in comment
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4447 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/interface_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/interface_parser.pl b/lib/sbin/interface_parser.pl
index aeb66e21..0e049860 100644
--- a/lib/sbin/interface_parser.pl
+++ b/lib/sbin/interface_parser.pl
@@ -213,7 +213,7 @@ sub get_implementation_ancestors
$ancestors_ref->{"\U$ancestor\E"} = 1;
if(! $interface_data_ref->{"IMPLEMENTATION \U$ancestor\E THORNS"})
{
- # Implementation not found give extensive information
+ # Implementation not found; give extensive information
%info = &buildthorns("$cctk_home/arrangements","thorns");
$suggest_thorns = "";
foreach $thorninfo (sort keys %info)