diff options
| author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-02-02 15:50:00 +0100 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-03 13:53:24 -0700 |
| commit | c7ddcc2e0e8bb397ad720564228b538135ec11d8 (patch) | |
| tree | e573e8efe22a097b7d18319971b4ca9b20f38ba8 /contrib/ada | |
| parent | 2bcc74873527f2ad9d3079ba6eff15c0eadc8910 (diff) | |
| download | zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.gz zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.bz2 zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.zip | |
Fix some spelling errors.
Diffstat (limited to 'contrib/ada')
| -rw-r--r-- | contrib/ada/readme.txt | 2 | ||||
| -rw-r--r-- | contrib/ada/zlib-streams.ads | 2 | ||||
| -rw-r--r-- | contrib/ada/zlib.adb | 2 | ||||
| -rw-r--r-- | contrib/ada/zlib.ads | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ada/readme.txt b/contrib/ada/readme.txt index ce4d2cad..7f420907 100644 --- a/contrib/ada/readme.txt +++ b/contrib/ada/readme.txt | |||
| @@ -8,7 +8,7 @@ It provides Ada-style access to the ZLib C library. | |||
| 8 | 8 | ||
| 9 | Here are the main changes since ZLib.Ada 1.2: | 9 | Here are the main changes since ZLib.Ada 1.2: |
| 10 | 10 | ||
| 11 | - Attension: ZLib.Read generic routine have a initialization requirement | 11 | - Attention: ZLib.Read generic routine have a initialization requirement |
| 12 | for Read_Last parameter now. It is a bit incompartible with previous version, | 12 | for Read_Last parameter now. It is a bit incompartible with previous version, |
| 13 | but extends functionality, we could use new parameters Allow_Read_Some and | 13 | but extends functionality, we could use new parameters Allow_Read_Some and |
| 14 | Flush now. | 14 | Flush now. |
diff --git a/contrib/ada/zlib-streams.ads b/contrib/ada/zlib-streams.ads index 8e26cd45..af136933 100644 --- a/contrib/ada/zlib-streams.ads +++ b/contrib/ada/zlib-streams.ads | |||
| @@ -62,7 +62,7 @@ package ZLib.Streams is | |||
| 62 | := Default_Buffer_Size; | 62 | := Default_Buffer_Size; |
| 63 | Write_Buffer_Size : in Ada.Streams.Stream_Element_Offset | 63 | Write_Buffer_Size : in Ada.Streams.Stream_Element_Offset |
| 64 | := Default_Buffer_Size); | 64 | := Default_Buffer_Size); |
| 65 | -- Create the Comression/Decompression stream. | 65 | -- Create the Compression/Decompression stream. |
| 66 | -- If mode is In_Stream then Write operation is disabled. | 66 | -- If mode is In_Stream then Write operation is disabled. |
| 67 | -- If mode is Out_Stream then Read operation is disabled. | 67 | -- If mode is Out_Stream then Read operation is disabled. |
| 68 | 68 | ||
diff --git a/contrib/ada/zlib.adb b/contrib/ada/zlib.adb index 8b6fd686..c1abe791 100644 --- a/contrib/ada/zlib.adb +++ b/contrib/ada/zlib.adb | |||
| @@ -204,7 +204,7 @@ package body ZLib is | |||
| 204 | end if; | 204 | end if; |
| 205 | 205 | ||
| 206 | -- We allow ZLib to make header only in case of default header type. | 206 | -- We allow ZLib to make header only in case of default header type. |
| 207 | -- Otherwise we would either do header by ourselfs, or do not do | 207 | -- Otherwise we would either do header by ourselves, or do not do |
| 208 | -- header at all. | 208 | -- header at all. |
| 209 | 209 | ||
| 210 | if Header = None or else Header = GZip then | 210 | if Header = None or else Header = GZip then |
diff --git a/contrib/ada/zlib.ads b/contrib/ada/zlib.ads index 79ffc409..81aaf1b6 100644 --- a/contrib/ada/zlib.ads +++ b/contrib/ada/zlib.ads | |||
| @@ -114,7 +114,7 @@ package ZLib is | |||
| 114 | -- Compression strategy constants -- | 114 | -- Compression strategy constants -- |
| 115 | ------------------------------------ | 115 | ------------------------------------ |
| 116 | 116 | ||
| 117 | -- RLE stategy could be used only in version 1.2.0 and later. | 117 | -- RLE strategy could be used only in version 1.2.0 and later. |
| 118 | 118 | ||
| 119 | Filtered : constant Strategy_Type; | 119 | Filtered : constant Strategy_Type; |
| 120 | Huffman_Only : constant Strategy_Type; | 120 | Huffman_Only : constant Strategy_Type; |
