]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix a couple typos found by codespell 1741/head
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Mon, 10 Jun 2024 07:18:17 +0000 (09:18 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 12 Jun 2024 12:06:37 +0000 (14:06 +0200)
arch/s390/README.md
deflate_stored.c

index 57e9ee8f1471a54ba45069bee5330bf76a28861e..7b383cc9981aa1d940df8a6816e10a53f22c9b85 100644 (file)
@@ -213,8 +213,8 @@ DFLTCC is a non-privileged instruction, neither special VM/LPAR
 configuration nor root are required.
 
 zlib-ng CI uses an IBM-provided z15 self-hosted builder for the DFLTCC
-testing. There is no offical IBM Z builds of GitHub Actions runner, so
-we build one inspired by `anup-kodlekere/gaplib`.
+testing. There is no official IBM Z GitHub Actions runner, so we build
+one inspired by `anup-kodlekere/gaplib`.
 Future updates to actions-runner might need an updated patch. The .net
 version number patch has been separated into a separate file to avoid a
 need for constantly changing the patch.
index b09029a28667f11530cc8111ca02654cc3d9fb1e..9e5acfbf9661097d697b6c857e19e7b96525d0b3 100644 (file)
@@ -22,7 +22,7 @@
  *
  * deflate_stored() is written to minimize the number of times an input byte is
  * copied. It is most efficient with large input and output buffers, which
- * maximizes the opportunites to have a single copy from next_in to next_out.
+ * maximizes the opportunities to have a single copy from next_in to next_out.
  */
 Z_INTERNAL block_state deflate_stored(deflate_state *s, int flush) {
     /* Smallest worthy block size when not flushing or finishing. By default