From 6951bc609b5f70d07b752e33c340da334a30df3a Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:51:29 +0200 Subject: Fix typos in contrib/ada. --- contrib/ada/readme.txt | 2 +- contrib/ada/test.adb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/ada/readme.txt b/contrib/ada/readme.txt index 7f42090..efdd639 100644 --- a/contrib/ada/readme.txt +++ b/contrib/ada/readme.txt @@ -9,7 +9,7 @@ It provides Ada-style access to the ZLib C library. Here are the main changes since ZLib.Ada 1.2: - Attention: ZLib.Read generic routine have a initialization requirement - for Read_Last parameter now. It is a bit incompartible with previous version, + for Read_Last parameter now. It is a bit incompatible with previous version, but extends functionality, we could use new parameters Allow_Read_Some and Flush now. 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 Time_Stamp : Ada.Calendar.Time; procedure Generate_File; - -- Generate file of spetsified size with some random data. + -- Generate file of specified size with some random data. -- The random data is repeatable, for the good compression. procedure Compare_Streams (Left, Right : in out Root_Stream_Type'Class); - -- The procedure compearing data in 2 streams. + -- The procedure comparing data in 2 streams. -- It is for compare data before and after compression/decompression. procedure Compare_Files (Left, Right : String); -- cgit v1.2.3-55-g6feb