mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user