Fix spelling and punctuation. Even though these are minor

thins, please pay attention to them. Thanks.

[Imported from Perforce change 4606 at 2006-12-01 19:39:15]

Subversion-branch: /trunk/polyorb
Subversion-revision: 33524
This commit is contained in:
Thomas Quinot
2002-04-30 15:28:01 +00:00
parent 23c7d640e6
commit ecb767b7e3

View File

@@ -323,9 +323,9 @@ package body PolyORB.Configuration is
or else Ket = Bra + 1
or else Ket /= Last
then
pragma Debug (O ("Syntax Error line :" &
pragma Debug (O ("Syntax error on line" &
Integer'Image (Current_Line) &
", " & Line (Line'First .. Last)));
": " & Line (Line'First .. Last)));
raise Syntax_Error;
end if;
@@ -339,9 +339,9 @@ package body PolyORB.Configuration is
Line'First, '=');
begin
if Eq not in Line'First + 1 .. Last - 1 then
pragma Debug (O ("Syntax Error line :" &
pragma Debug (O ("Syntax error on line" &
Integer'Image (Current_Line) &
", " & Line (Line'First .. Last)));
": " & Line (Line'First .. Last)));
raise Syntax_Error;
end if;