From 90ccc62db740516694a8456435f6baebc09f4aa4 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 1 Apr 2004 04:11:25 +0000 Subject: Fixing apostrophes in messages. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3630 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/interface_parser.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sbin/interface_parser.pl') 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:"; + $hint = "A thorn can only specify one implementation in its interface.ccl file, with the format implements:"; &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: "; + $hint = "A thorn must specify one implementation in its interface.ccl file with the format IMPLEMENTS: "; &CST_error(0,$message,$hint,__LINE__,__FILE__); } } -- cgit v1.2.3