From: A. Maitland Bottoms <bottoms@debian.org>
Date: Tue, 26 Apr 2016 19:24:11 -0400
Subject: spelling

---
 paramter -> parameter
 suppored -> supported
 tranfers -> transfers
 paremeter -> parameter
 evironment -> environment

--- a/host/utilities/bladeRF-cli/src/cmd/rxtx.c
+++ b/host/utilities/bladeRF-cli/src/cmd/rxtx.c
@@ -488,7 +488,7 @@
                 status = CLI_RET_INVPARAM;
             } else if (tmp % RXTX_SAMPLES_MIN != 0) {
                 cli_err(s, argv0,
-                        "The '%s' paramter must be a multiple of %u.\n",
+                        "The '%s' parameter must be a multiple of %u.\n",
                         param, RXTX_SAMPLES_MIN);
                 status = CLI_RET_INVPARAM;
             } else {
--- a/host/libraries/libbladeRF/src/backend/usb/libusb.c
+++ b/host/libraries/libbladeRF/src/backend/usb/libusb.c
@@ -787,7 +787,7 @@
         *device_speed = BLADERF_DEVICE_SPEED_UNKNOWN;
 
         if (speed == LIBUSB_SPEED_FULL) {
-            log_debug("Full speed connection is not suppored.\n");
+            log_debug("Full speed connection is not supported.\n");
             status = BLADERF_ERR_UNSUPPORTED;
         } else if (speed == LIBUSB_SPEED_LOW) {
             log_debug("Low speed connection is not supported.\n");
@@ -1192,7 +1192,7 @@
         malloc(num_transfers * sizeof(struct libusb_transfer *));
 
     if (stream_data->transfers == NULL) {
-        log_error("Failed to allocate libusb tranfers\n");
+        log_error("Failed to allocate libusb transfers\n");
         status = BLADERF_ERR_MEM;
         goto error;
     }
--- a/host/utilities/bladeRF-cli/src/cmd/doc/interactive-help.md
+++ b/host/utilities/bladeRF-cli/src/cmd/doc/interactive-help.md
@@ -347,10 +347,10 @@
   - `<pa|lna|aux> [on|off]`
 
     Enable or disable the power amplifier (PA), low-noise amplifier (lna) or
-    auxillary LNA (aux). The current state if the specified device is printed
+    auxiliary LNA (aux). The current state if the specified device is printed
     if [on|off] is not specified.
 
-    Note: The auxillary path on the XB-300 is not populated with components by
+    Note: The auxiliary path on the XB-300 is not populated with components by
           default; the `aux` control will have no effect upon the RX signal.
           This option is available for users to modify their board with custom
           hardware.
@@ -472,7 +472,7 @@
 Usage: `print [parameter]`
 
 The print command takes a parameter to print. Available parameters are listed
-below. If no paremeter is specified, all parameters are printed.
+below. If no parameter is specified, all parameters are printed.
 
 ----------------------------------------------------------------------
     Parameter Description
@@ -713,7 +713,7 @@
 
 6.   Re-configure the master and slaves to clear fire requests and re-arm.
 
-        Steps 1 through 5 may be repeated as neccessary.
+        Steps 1 through 5 may be repeated as necessary.
 
 7.   Disable triggering on all slaves
 
--- a/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.man.in
+++ b/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.man.in
@@ -447,11 +447,11 @@
 .RS 2
 .PP
 Enable or disable the power amplifier (PA), low\-noise amplifier (lna)
-or auxillary LNA (aux).
+or auxiliary LNA (aux).
 The current state if the specified device is printed if [on|off] is not
 specified.
 .PP
-Note: The auxillary path on the XB\-300 is not populated with components
+Note: The auxiliary path on the XB\-300 is not populated with components
 by default; the \f[C]aux\f[] control will have no effect upon the RX
 signal.
 This option is available for users to modify their board with custom
@@ -622,7 +622,7 @@
 .PP
 The print command takes a parameter to print.
 Available parameters are listed below.
-If no paremeter is specified, all parameters are printed.
+If no parameter is specified, all parameters are printed.
 .PP
 .TS
 tab(@);
@@ -1017,7 +1017,7 @@
 .IP
 .nf
 \f[C]
-Steps\ 1\ through\ 5\ may\ be\ repeated\ as\ neccessary.
+Steps\ 1\ through\ 5\ may\ be\ repeated\ as\ necessary.
 \f[]
 .fi
 .RE
--- a/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in
+++ b/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in
@@ -364,10 +364,10 @@
   "-   <pa|lna|aux> [on|off]\n" \
   "\n" \
   "    Enable or disable the power amplifier (PA), low-noise\n" \
-  "    amplifier (lna) or auxillary LNA (aux). The current state if the\n" \
+  "    amplifier (lna) or auxiliary LNA (aux). The current state if the\n" \
   "    specified device is printed if [on|off] is not specified.\n" \
   "\n" \
-  "    Note: The auxillary path on the XB-300 is not populated with\n" \
+  "    Note: The auxiliary path on the XB-300 is not populated with\n" \
   "    components by default; the aux control will have no effect upon\n" \
   "    the RX signal. This option is available for users to modify their\n" \
   "    board with custom hardware.\n" \
@@ -487,7 +487,7 @@
   "Usage: print [parameter]\n" \
   "\n" \
   "The print command takes a parameter to print. Available parameters are\n" \
-  "listed below. If no paremeter is specified, all parameters are\n" \
+  "listed below. If no parameter is specified, all parameters are\n" \
   "printed.\n" \
   "\n" \
   "       Parameter Description\n" \
@@ -704,7 +704,7 @@
   "6.  Re-configure the master and slaves to clear fire requests\n" \
   "    and re-arm.\n" \
   "\n" \
-  "        Steps 1 through 5 may be repeated as neccessary.\n" \
+  "        Steps 1 through 5 may be repeated as necessary.\n" \
   "\n" \
   "7.  Disable triggering on all slaves\n" \
   "\n" \
--- a/host/libraries/libbladeRF/src/bladerf.c
+++ b/host/libraries/libbladeRF/src/bladerf.c
@@ -1303,7 +1303,7 @@
      */
     if (!getenv(env_override) && !valid_fw_size(buf_size)) {
         log_info("Detected potentially invalid firmware file.\n");
-        log_info("Define BLADERF_SKIP_FW_SIZE_CHECK in your evironment "
+        log_info("Define BLADERF_SKIP_FW_SIZE_CHECK in your environment "
                 "to skip this check.\n");
         status = BLADERF_ERR_INVAL;
     } else {
--- a/host/utilities/bladeRF-cli/src/input/input.h
+++ b/host/utilities/bladeRF-cli/src/input/input.h
@@ -52,7 +52,7 @@
 char * input_expand_path(const char *path);
 
 /**
- * Notify input support that we caught CTRL-C. This is neccessary if
+ * Notify input support that we caught CTRL-C. This is necessary if
  * the underlying support doesn't catch signals, such as the simple fgets-based
  * implementation.
  */
--- a/host/common/include/dc_calibration.h
+++ b/host/common/include/dc_calibration.h
@@ -107,7 +107,7 @@
  *
  * This requires use of both RX and TX modules in an internal loopback mode;
  * neither should be in use when this function is called. It should not
- * be neccessary to disconnect the RX and TX ports, but it is still recommended,
+ * be necessary to disconnect the RX and TX ports, but it is still recommended,
  * just to err on the side of caution.
  *
  * @pre dc_calibration_lms6() should have been called for all modules prior to
--- a/host/libraries/libbladeRF_bindings/matlab/CHANGELOG
+++ b/host/libraries/libbladeRF_bindings/matlab/CHANGELOG
@@ -20,7 +20,7 @@
 
 Changes:
   * libbladeRF-proto.m now searches the current working directory and
-    MATLABPATH for the neccessary THUNK library file.
+    MATLABPATH for the necessary THUNK library file.
 
 
 v0.1.0 (2015-12-31)
--- a/host/libraries/libbladeRF/src/bladerf_priv.h
+++ b/host/libraries/libbladeRF/src/bladerf_priv.h
@@ -224,7 +224,7 @@
 int config_gpio_write(struct bladerf *dev, uint32_t val);
 
 /**
- * Perform the neccessary device configuration for the specified format
+ * Perform the necessary device configuration for the specified format
  * (e.g., enabling/disabling timestamp support), first checking that the
  * requested format would not conflict with the other module.
  *
