From 2ac32e08e06b1d6e4432cab580ef1ed0ffbe740a Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Mon, 9 Oct 2023 12:34:42 -0400
Subject: [PATCH 1/3] gr-digital every time

spellcheck fix with HASH updates

Signed-off-by: A. Maitland Bottoms <bottoms@debian.org>
---
 gr-digital/include/gnuradio/digital/header_format_crc.h         | 2 +-
 gr-digital/include/gnuradio/digital/header_format_ofdm.h        | 2 +-
 gr-digital/include/gnuradio/digital/packet_header_default.h     | 2 +-
 gr-digital/python/digital/bindings/header_format_crc_python.cc  | 2 +-
 gr-digital/python/digital/bindings/header_format_ofdm_python.cc | 2 +-
 .../python/digital/bindings/packet_header_default_python.cc     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gr-digital/include/gnuradio/digital/header_format_crc.h b/gr-digital/include/gnuradio/digital/header_format_crc.h
index 7b987bca6..31bab079d 100644
--- a/gr-digital/include/gnuradio/digital/header_format_crc.h
+++ b/gr-digital/include/gnuradio/digital/header_format_crc.h
@@ -61,7 +61,7 @@ public:
      * Uses the following header format:
      *  - Bits 0-11: The packet length (what was stored in the tag with key \p
      * len_tag_key)
-     *  - Bits 12-23: The header number (counts up everytime this function is called)
+     *  - Bits 12-23: The header number (counts up every time this function is called)
      *  - Bit 24-31: 8-Bit CRC
      */
     bool format(int nbytes_in,
diff --git a/gr-digital/include/gnuradio/digital/header_format_ofdm.h b/gr-digital/include/gnuradio/digital/header_format_ofdm.h
index 419ec924d..8849a0f49 100644
--- a/gr-digital/include/gnuradio/digital/header_format_ofdm.h
+++ b/gr-digital/include/gnuradio/digital/header_format_ofdm.h
@@ -64,7 +64,7 @@ public:
      * Uses the following header format:
      *  - Bits 0-11: The packet length (what was stored in the tag with key \p
      * len_tag_key)
-     *  - Bits 12-23: The header number (counts up everytime this function is called)
+     *  - Bits 12-23: The header number (counts up every time this function is called)
      *  - Bit 24-31: 8-Bit CRC
      */
     bool format(int nbytes_in,
diff --git a/gr-digital/include/gnuradio/digital/packet_header_default.h b/gr-digital/include/gnuradio/digital/packet_header_default.h
index 08a22bd34..d88934d0a 100644
--- a/gr-digital/include/gnuradio/digital/packet_header_default.h
+++ b/gr-digital/include/gnuradio/digital/packet_header_default.h
@@ -58,7 +58,7 @@ public:
      *
      * Uses the following header format:
      * Bits 0-11: The packet length (what was stored in the tag with key \p len_tag_key)
-     * Bits 12-23: The header number (counts up everytime this function is called)
+     * Bits 12-23: The header number (counts up every time this function is called)
      * Bit 24-31: 8-Bit CRC
      * All other bits: Are set to zero
      *
diff --git a/gr-digital/python/digital/bindings/header_format_crc_python.cc b/gr-digital/python/digital/bindings/header_format_crc_python.cc
index 72ac1a19a..b2bd7c8ed 100644
--- a/gr-digital/python/digital/bindings/header_format_crc_python.cc
+++ b/gr-digital/python/digital/bindings/header_format_crc_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(header_format_crc.h)                                        */
-/* BINDTOOL_HEADER_FILE_HASH(8c45adf0e2f688e58b014b05e6a8c204)                     */
+/* BINDTOOL_HEADER_FILE_HASH(de1f653b86e5e6d1c528cc91d84b4493)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
diff --git a/gr-digital/python/digital/bindings/header_format_ofdm_python.cc b/gr-digital/python/digital/bindings/header_format_ofdm_python.cc
index d86ae6647..c0dd7ce1d 100644
--- a/gr-digital/python/digital/bindings/header_format_ofdm_python.cc
+++ b/gr-digital/python/digital/bindings/header_format_ofdm_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(header_format_ofdm.h)                                        */
-/* BINDTOOL_HEADER_FILE_HASH(4ec4c2872c64bdae4088678b3b0310fe)                     */
+/* BINDTOOL_HEADER_FILE_HASH(a618263babd0ea75399d8a1e5601ab54)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
diff --git a/gr-digital/python/digital/bindings/packet_header_default_python.cc b/gr-digital/python/digital/bindings/packet_header_default_python.cc
index e477d9a03..6b61ca3c8 100644
--- a/gr-digital/python/digital/bindings/packet_header_default_python.cc
+++ b/gr-digital/python/digital/bindings/packet_header_default_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(packet_header_default.h)                                        */
-/* BINDTOOL_HEADER_FILE_HASH(07dc3324dfa4a18438259d00a6a894a9)                     */
+/* BINDTOOL_HEADER_FILE_HASH(9fe278eaaa812e8ad189d54e76d7668f)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
-- 
2.39.2

