diff options
Diffstat (limited to 'zlib/contrib/ada/zlib.adb')
-rw-r--r-- | zlib/contrib/ada/zlib.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/ada/zlib.adb b/zlib/contrib/ada/zlib.adb index 8b6fd68..c1abe791 100644 --- a/zlib/contrib/ada/zlib.adb +++ b/zlib/contrib/ada/zlib.adb @@ -204,7 +204,7 @@ package body ZLib is end if; -- We allow ZLib to make header only in case of default header type. - -- Otherwise we would either do header by ourselfs, or do not do + -- Otherwise we would either do header by ourselves, or do not do -- header at all. if Header = None or else Header = GZip then |