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/test.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/ada/test.adb') 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