summaryrefslogtreecommitdiff
path: root/lib/sbin/interface_parser.pl
diff options
context:
space:
mode:
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__);
}
}