We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bf52a commit 509796dCopy full SHA for 509796d
tools/awsres.adb
@@ -367,7 +367,7 @@ procedure AwsRes is
367
368
function Header return String is
369
begin
370
- return "-- AWSRes v" & Version & " - Genarated on " &
+ return "-- AWSRes v" & Version & " - Generated on " &
371
GNAT.Calendar.Time_IO.Image (Calendar.Clock, "%B %d %Y at %T");
372
end Header;
373
tools/wsdl2aws-wsdl-parser.adb
@@ -1391,7 +1391,7 @@ package body WSDL2AWS.WSDL.Parser is
1391
1392
if N = null then
1393
if SOAP.XML.Get_Attr_Value (Parent, "abstract") = "true" then
1394
- raise WSDL_Error with "abstract complexType not suported.";
+ raise WSDL_Error with "abstract complexType not supported.";
1395
end if;
1396
1397
end;
0 commit comments