summaryrefslogtreecommitdiff
path: root/lib/sbin/interface_parser.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-01 04:11:25 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-04-01 04:11:25 +0000
commit90ccc62db740516694a8456435f6baebc09f4aa4 (patch)
treebc5035817f35b847600a6c3733759c8971e43835 /lib/sbin/interface_parser.pl
parent152432b3bf5e80ae791830773d72efbf273f6a92 (diff)
Fixing apostrophes in messages.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3630 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/interface_parser.pl')
-rw-r--r--lib/sbin/interface_parser.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/interface_parser.pl b/lib/sbin/interface_parser.pl
index a230ebbe..10fdaa35 100644
--- a/lib/sbin/interface_parser.pl
+++ b/lib/sbin/interface_parser.pl
@@ -712,14 +712,14 @@ sub parse_interface_ccl
else
{
$message = "Multiple implementations specified in $thorn";
- $hint = "A thorn can only specify one implementation in it's interface.ccl file, with the format implements:<implementation>";
+ $hint = "A thorn can only specify one implementation in its interface.ccl file, with the format implements:<implementation>";
&CST_error(0,$message,$hint,__LINE__,__FILE__);
}
}
else
{
$message = "Implementation line has wrong format in $thorn";
- $hint = "A thorn must specify one implementation in it's interface.ccl file with the format IMPLEMENTS: <implementation>";
+ $hint = "A thorn must specify one implementation in its interface.ccl file with the format IMPLEMENTS: <implementation>";
&CST_error(0,$message,$hint,__LINE__,__FILE__);
}
}