From 5b9cdf98f22f9e6c91c897ad78544bf5d0a16553 Mon Sep 17 00:00:00 2001
From: Colin Ian King <colin.i.king@gmail.com>
Date: Mon, 28 Apr 2025 15:29:27 +0100
Subject: [PATCH] Fix a couple of trivial spelling mistakes
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

The Debian lintian checker found two spelling mistakes when packaging
up the latest release. Fix these.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 src/qatzip_sw.c    | 2 +-
 src/qatzip_utils.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/qatzip_sw.c b/src/qatzip_sw.c
index 6d99751..607d2a7 100755
--- a/src/qatzip_sw.c
+++ b/src/qatzip_sw.c
@@ -765,7 +765,7 @@ int compOutSWFallback(int i, int j, QzSession_T *sess,
         return QZ_FAIL;
     }
 
-    QZ_DEBUG("The request get dummy emty respond, offload to software!\n");
+    QZ_DEBUG("The request get dummy empty respond, offload to software!\n");
     QZ_DEBUG("SW CompOut src_ptr %p, dst_ptr %p, Sending %u bytes, seq = %ld\n",
              src_ptr, dest_ptr, src_send_sz, g_process.qz_inst[i].stream[j].seq);
 
diff --git a/src/qatzip_utils.c b/src/qatzip_utils.c
index 555e1a5..c98dece 100644
--- a/src/qatzip_utils.c
+++ b/src/qatzip_utils.c
@@ -1018,7 +1018,7 @@ int isQATProcessable(const unsigned char *ptr,
         break;
     case DEFLATE_RAW:
         if (*src_len < qz_sess->sess_params.input_sz_thrshold) {
-            QZ_DEBUG("isQATProcessable: deflate_raw src_len is less than input threshhold\n");
+            QZ_DEBUG("isQATProcessable: deflate_raw src_len is less than input threshold\n");
             rc = 0;
         } else {
             rc = 1;
-- 
2.49.0

