diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-08-06 14:51:29 +0200 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-14 08:17:22 -0700 |
commit | 6951bc609b5f70d07b752e33c340da334a30df3a (patch) | |
tree | b3859c6c544bbfa1afc9ca7f74758ef11f15134c /contrib/ada/test.adb | |
parent | 89ef46ba0983a91c62e595a2923877f5c22e4db0 (diff) | |
download | zlib-6951bc609b5f70d07b752e33c340da334a30df3a.tar.gz zlib-6951bc609b5f70d07b752e33c340da334a30df3a.tar.bz2 zlib-6951bc609b5f70d07b752e33c340da334a30df3a.zip |
Fix typos in contrib/ada.
Diffstat (limited to 'contrib/ada/test.adb')
-rw-r--r-- | contrib/ada/test.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ada/test.adb b/contrib/ada/test.adb index 90773ac..8b35031 100644 --- a/contrib/ada/test.adb +++ b/contrib/ada/test.adb | |||
@@ -65,12 +65,12 @@ procedure Test is | |||
65 | Time_Stamp : Ada.Calendar.Time; | 65 | Time_Stamp : Ada.Calendar.Time; |
66 | 66 | ||
67 | procedure Generate_File; | 67 | procedure Generate_File; |
68 | -- Generate file of spetsified size with some random data. | 68 | -- Generate file of specified size with some random data. |
69 | -- The random data is repeatable, for the good compression. | 69 | -- The random data is repeatable, for the good compression. |
70 | 70 | ||
71 | procedure Compare_Streams | 71 | procedure Compare_Streams |
72 | (Left, Right : in out Root_Stream_Type'Class); | 72 | (Left, Right : in out Root_Stream_Type'Class); |
73 | -- The procedure compearing data in 2 streams. | 73 | -- The procedure comparing data in 2 streams. |
74 | -- It is for compare data before and after compression/decompression. | 74 | -- It is for compare data before and after compression/decompression. |
75 | 75 | ||
76 | procedure Compare_Files (Left, Right : String); | 76 | procedure Compare_Files (Left, Right : String); |