Fix spelling errors:
detatch -> detach
unitialized -> uninitialized

Index: b/ubertooth_hw_u1.c
===================================================================
--- a/ubertooth_hw_u1.c
+++ b/ubertooth_hw_u1.c
@@ -156,7 +156,7 @@
 
 #ifdef SYS_LINUX
 /* Libusb doesn't seem to always provide this, so we'll use our own, taken from the 
-* usb_detatch_kernel_driver_np...
+* usb_detach_kernel_driver_np...
 *
 * THIS IS A HORRIBLE EVIL HACK THAT SHOULDN'T BE DONE, EVER
 * 
@@ -190,7 +190,7 @@
 					 "been changed by your distribution kernel maintainers.");
 		} 
 
-		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detatch kernel driver from "
+		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detach kernel driver from "
 				 "interface %d: %s", interface, strerror(errno));
 		return -1;
 	}
@@ -559,7 +559,7 @@
 	}
 
 #ifdef LIBUSB_HAS_DETACH_KERNEL_DRIVER_NP
-	// fprintf(stderr, "debug - detatch kernel driver np\n");
+	// fprintf(stderr, "debug - detach kernel driver np\n");
 	if (usb_detach_kernel_driver_np(auxptr->devhdl, 0)) {
 		// fprintf(stderr, "Could not detach kernel driver %s\n", usb_strerror());
 		snprintf(phydev->errstr, SPECTOOL_ERROR_MAX,
Index: b/wispy_hw_24x.c
===================================================================
--- a/wispy_hw_24x.c
+++ b/wispy_hw_24x.c
@@ -174,7 +174,7 @@
 
 #ifdef SYS_LINUX
 /* Libusb doesn't seem to always provide this, so we'll use our own, taken from the 
-* usb_detatch_kernel_driver_np...
+* usb_detach_kernel_driver_np...
 *
 * THIS IS A HORRIBLE EVIL HACK THAT SHOULDN'T BE DONE, EVER
 * 
@@ -208,7 +208,7 @@
 					 "been changed by your distribution kernel maintainers.");
 		} 
 
-		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detatch kernel driver from "
+		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detach kernel driver from "
 				 "interface %d: %s", interface, strerror(errno));
 		return -1;
 	}
@@ -568,7 +568,7 @@
 	}
 
 #ifdef LIBUSB_HAS_DETACH_KERNEL_DRIVER_NP
-	// fprintf(stderr, "debug - detatch kernel driver np\n");
+	// fprintf(stderr, "debug - detach kernel driver np\n");
 	if (usb_detach_kernel_driver_np(auxptr->devhdl, 0)) {
 		// fprintf(stderr, "Could not detach kernel driver %s\n", usb_strerror());
 		snprintf(phydev->errstr, SPECTOOL_ERROR_MAX,
Index: b/wispy_hw_dbx.c
===================================================================
--- a/wispy_hw_dbx.c
+++ b/wispy_hw_dbx.c
@@ -251,7 +251,7 @@
 
 #ifdef SYS_LINUX
 /* Libusb doesn't seem to always provide this, so we'll use our own, taken from the 
-* usb_detatch_kernel_driver_np...
+* usb_detach_kernel_driver_np...
 *
 * THIS IS A HORRIBLE EVIL HACK THAT SHOULDN'T BE DONE, EVER
 * 
@@ -285,7 +285,7 @@
 					 "been changed by your distribution kernel maintainers.");
 		} 
 
-		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detatch kernel driver from "
+		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detach kernel driver from "
 				 "interface %d: %s", interface, strerror(errno));
 		return -1;
 	}
@@ -1188,7 +1188,7 @@
 		gettimeofday(&(auxptr->sweepbuf->tm_start), NULL);
 	} else if (auxptr->sweepbuf_initialized == 0) {
 #ifdef _DEBUG
-		fprintf(stderr, "debug - sweepbuf unitialized\n");
+		fprintf(stderr, "debug - sweepbuf uninitialized\n");
 #endif
 		return SPECTOOL_POLL_NONE;
 	}
Index: b/wispy_hw_gen1.c
===================================================================
--- a/wispy_hw_gen1.c
+++ b/wispy_hw_gen1.c
@@ -126,7 +126,7 @@
 
 #ifdef SYS_LINUX
 /* Libusb doesn't seem to always provide this, so we'll use our own, taken from the 
-* usb_detatch_kernel_driver_np...
+* usb_detach_kernel_driver_np...
 *
 * THIS IS A HORRIBLE EVIL HACK THAT SHOULDN'T BE DONE, EVER
 * 
@@ -160,7 +160,7 @@
 					 "been changed by your distribution kernel maintainers.");
 		} 
 
-		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detatch kernel driver from "
+		snprintf(errstr, SPECTOOL_ERROR_MAX, "Could not detach kernel driver from "
 				 "interface %d: %s", interface, strerror(errno));
 		return -1;
 	}
