--- a/include/radar/qtgui_scatter_plot.h
+++ b/include/radar/qtgui_scatter_plot.h
@@ -32,7 +32,7 @@
  * \brief This block displays a scatter plot of two data sets. The identifiers (symbols)
  * are given with label_x and label_y. The display range is given with axis_x and axis_y.
  * Points that are not in range are simply not displayed (there are no errors or
- * warnings). label gives an additional lable to differ multiple scatter plots on the
+ * warnings). label gives an additional label to differ multiple scatter plots on the
  * screen by the titles. The update interval is given in milliseconds.
  *
  * \param interval Update interval in milliseconds
--- a/include/radar/trigger_command.h
+++ b/include/radar/trigger_command.h
@@ -30,7 +30,7 @@
 
 /*!
  * \brief This block executes a command with the std::system() command if a value from a
- * f32vector with a given identifer (symbol) is in a given range. Each index of a vector
+ * f32vector with a given identifier (symbol) is in a given range. Each index of a vector
  * refers to a identifier. The execution of a command can be blocked for block_time
  * milliseconds after the last execution.
  *
--- a/include/radar/estimator_sync_pulse_c.h
+++ b/include/radar/estimator_sync_pulse_c.h
@@ -30,7 +30,7 @@
 
 /*!
  * \brief This block can be used to estimate the shift of a signal on input 1 in relation
- * to an other on input 2. For example the constant number of delay samples due to
+ * to another on input 2. For example the constant number of delay samples due to
  * hardware effect from a signal source can be estimated. The calculation of the shift is
  * done by a cross correlation of the input signals. The number of correlations in samples
  * is given with num_xcorr. The output message is the number of delay samples with the
--- a/python/radar/bindings/estimator_sync_pulse_c_python.cc
+++ b/python/radar/bindings/estimator_sync_pulse_c_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(estimator_sync_pulse_c.h) */
-/* BINDTOOL_HEADER_FILE_HASH(3ba54089f45df6842b57038b364a9af9)                     */
+/* BINDTOOL_HEADER_FILE_HASH(da126d75b30155955db6b753b36c3bf7)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
--- a/python/radar/bindings/qtgui_scatter_plot_python.cc
+++ b/python/radar/bindings/qtgui_scatter_plot_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(qtgui_scatter_plot.h)                                        */
-/* BINDTOOL_HEADER_FILE_HASH(425793e6f3dbae516f2ee97d112ca05c)                     */
+/* BINDTOOL_HEADER_FILE_HASH(4e4d605a7b90a8b3a37dd8cf73c4d7cc)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
--- a/python/radar/bindings/trigger_command_python.cc
+++ b/python/radar/bindings/trigger_command_python.cc
@@ -14,7 +14,7 @@
 /* BINDTOOL_GEN_AUTOMATIC(0)                                                       */
 /* BINDTOOL_USE_PYGCCXML(0)                                                        */
 /* BINDTOOL_HEADER_FILE(trigger_command.h)                                        */
-/* BINDTOOL_HEADER_FILE_HASH(3f540af61f713338d284eca21b87540c)                     */
+/* BINDTOOL_HEADER_FILE_HASH(c8626e3e3c68934129a0b5e859f0854c)                     */
 /***********************************************************************************/
 
 #include <pybind11/complex.h>
