diff options
Diffstat (limited to 'contrib/ada/zlib.ads')
-rw-r--r-- | contrib/ada/zlib.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ada/zlib.ads b/contrib/ada/zlib.ads index 79ffc40..81aaf1b 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; |