diff options
author | Mark Adler <fork@madler.net> | 2022-08-22 13:13:06 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-08-23 15:35:13 -0700 |
commit | 5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch) | |
tree | 7d8d7e6bf5760cca696b77e72010a497a097061a /os400 | |
parent | 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff) | |
download | zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2 zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip |
Fix some typos.
No code changes.
Diffstat (limited to 'os400')
-rw-r--r-- | os400/README400 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os400/README400 b/os400/README400 index c83254a..b8595d8 100644 --- a/os400/README400 +++ b/os400/README400 | |||
@@ -3,7 +3,7 @@ | |||
3 | 1) Download and unpack the zlib tarball to some IFS directory. | 3 | 1) Download and unpack the zlib tarball to some IFS directory. |
4 | (i.e.: /path/to/the/zlib/ifs/source/directory) | 4 | (i.e.: /path/to/the/zlib/ifs/source/directory) |
5 | 5 | ||
6 | If the installed IFS command suppors gzip format, this is straightforward, | 6 | If the installed IFS command supports gzip format, this is straightforward, |
7 | else you have to unpack first to some directory on a system supporting it, | 7 | else you have to unpack first to some directory on a system supporting it, |
8 | then move the whole directory to the IFS via the network (via SMB or FTP). | 8 | then move the whole directory to the IFS via the network (via SMB or FTP). |
9 | 9 | ||
@@ -43,6 +43,6 @@ Notes: For OS/400 ILE RPG programmers, a /copy member defining the ZLIB | |||
43 | 43 | ||
44 | Remember that most foreign textual data are ASCII coded: this | 44 | Remember that most foreign textual data are ASCII coded: this |
45 | implementation does not handle conversion from/to ASCII, so | 45 | implementation does not handle conversion from/to ASCII, so |
46 | text data code conversions must be done explicitely. | 46 | text data code conversions must be done explicitly. |
47 | 47 | ||
48 | Mainly for the reason above, always open zipped files in binary mode. | 48 | Mainly for the reason above, always open zipped files in binary mode. |