Fix typos in contrib/ada.
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 @@
         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 @@
    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);