From ab2d73ea5d56454187482b6fdac299e794413317 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Sun, 21 Aug 2022 13:03:10 -0400
Subject: [PATCH] spelling

Correct spelling errors flagged by Debian's lintian tool,
and update Python binding hash.

Signed-off-by: A. Maitland Bottoms <bottoms@debian.org>
---
 include/funcube/fcdpp.h         | 4 ++--
 python/bindings/fcdpp_python.cc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/funcube/fcdpp.h b/include/funcube/fcdpp.h
index 30dcd50..0537bc2 100644
--- a/include/funcube/fcdpp.h
+++ b/include/funcube/fcdpp.h
@@ -17,7 +17,7 @@ namespace funcube {
 /*!
  * \brief Funcube Pro+ Dongle source block.
  *
- * This class provides a soure block for the Funcube Pro+ Dongle by wrapping the
+ * This class provides a source block for the Funcube Pro+ Dongle by wrapping the
  * alsa audio interface and the USB control interface of the Funcube Dongle
  * into one convenient source block.
  * The hadware audio device is autodetected by the card name. If more than one Pro+ are
@@ -46,7 +46,7 @@ public:
      *  \param freq The frequency in unit Hz
      *
      * Sets the frequency of the Funcube Dongle with Hz or Khz resolution
-     * depending on the unit paramater ( 1: Hz , 1000 Khz )
+     * depending on the unit parameter ( 1: Hz , 1000 Khz )
      * applying the frequency correction set by set_freq_corr().
      *
      */
diff --git a/python/bindings/fcdpp_python.cc b/python/bindings/fcdpp_python.cc
index 5917b2b..b0c110c 100644
--- a/python/bindings/fcdpp_python.cc
+++ b/python/bindings/fcdpp_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(fcdpp.h)                                                   */
-/* BINDTOOL_HEADER_FILE_HASH(198a90ba9166488bea042906de2a2c97)                     */
+/* BINDTOOL_HEADER_FILE_HASH(ede7534140bd9b838979fc32f9d259c6)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
-- 
2.35.1

