aboutsummaryrefslogtreecommitdiff
path: root/contrib/ada/zlib-thin.ads
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2016-10-30 08:36:13 -0700
committerMark Adler <madler@alumni.caltech.edu>2016-10-30 08:49:01 -0700
commit03614c56ad299f9b238c75aa1e66f0c08fc4fc8b (patch)
tree6cb5d2059fe21c342cb10a2b25e0ce000c33c96a /contrib/ada/zlib-thin.ads
parent94575859cf7f657f0f31aff4c50761fe3f182699 (diff)
downloadzlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.gz
zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.bz2
zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.zip
Fix some typos.
Diffstat (limited to 'contrib/ada/zlib-thin.ads')
-rw-r--r--contrib/ada/zlib-thin.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ada/zlib-thin.ads b/contrib/ada/zlib-thin.ads
index d4407eb..810173c 100644
--- a/contrib/ada/zlib-thin.ads
+++ b/contrib/ada/zlib-thin.ads
@@ -436,7 +436,7 @@ private
436 436
437 pragma Import (C, inflateBackInit, "inflateBackInit_"); 437 pragma Import (C, inflateBackInit, "inflateBackInit_");
438 438
439 -- I stopped binding the inflateBack routines, becouse realize that 439 -- I stopped binding the inflateBack routines, because realize that
440 -- it does not support zlib and gzip headers for now, and have no 440 -- it does not support zlib and gzip headers for now, and have no
441 -- symmetric deflateBack routines. 441 -- symmetric deflateBack routines.
442 -- ZLib-Ada is symmetric regarding deflate/inflate data transformation 442 -- ZLib-Ada is symmetric regarding deflate/inflate data transformation