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
@@ -461,7 +461,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
@@ -725,7 +725,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");
@@ -1130,7 +1130,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
@@ -462,7 +462,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
--- a/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.man.in
+++ b/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.man.in
@@ -618,7 +618,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(@);
--- a/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in
+++ b/host/utilities/bladeRF-cli/src/cmd/doc/cmd_help.h.in
@@ -477,7 +477,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" \
--- a/host/libraries/libbladeRF/src/bladerf.c
+++ b/host/libraries/libbladeRF/src/bladerf.c
@@ -1281,7 +1281,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 {
