diff options
Diffstat (limited to '3rdparty/zlib/contrib/ada/zlib.adb')
-rw-r--r-- | 3rdparty/zlib/contrib/ada/zlib.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/contrib/ada/zlib.adb b/3rdparty/zlib/contrib/ada/zlib.adb index 8b6fd686ac7..c1abe791d61 100644 --- a/3rdparty/zlib/contrib/ada/zlib.adb +++ b/3rdparty/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 |