Skip to content

Commit 509796d

Browse files
asarhaddonTurboGit
authored andcommitted
typos
1 parent 20bf52a commit 509796d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/awsres.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ procedure AwsRes is
367367

368368
function Header return String is
369369
begin
370-
return "-- AWSRes v" & Version & " - Genarated on " &
370+
return "-- AWSRes v" & Version & " - Generated on " &
371371
GNAT.Calendar.Time_IO.Image (Calendar.Clock, "%B %d %Y at %T");
372372
end Header;
373373

tools/wsdl2aws-wsdl-parser.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ package body WSDL2AWS.WSDL.Parser is
13911391

13921392
if N = null then
13931393
if SOAP.XML.Get_Attr_Value (Parent, "abstract") = "true" then
1394-
raise WSDL_Error with "abstract complexType not suported.";
1394+
raise WSDL_Error with "abstract complexType not supported.";
13951395
end if;
13961396
end if;
13971397
end;

0 commit comments

Comments
 (0)