File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ package body AWS.Net is
701701 (Socket,
702702 Wait_Event_Type'Image (Mode) & Timeout_Token
703703 & Utils.Significant_Image (Socket.Timeout, 2 ));
704- -- Can't use just Timeout in tests output becuse it can differ from
704+ -- Can't use just Timeout in tests output because it can differ from
705705 -- stable Socket.Timeout value on Send operation.
706706
707707 elsif Result = Event_Set'(Error => True, others => False) then
Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ package AWS.Utils is
116116 with Post =>
117117 Significant_Image'Result'Length > 0
118118 and then Significant_Image'Result (Significant_Image'Result'First) /= ' ' ;
119-
120119 -- Returns image of D without the leading blank and with N significant
121120 -- digits. If number of digits in integer part is more than N, the image
122121 -- would represent the whole integer part.
You can’t perform that action at this time.
0 commit comments