Codespell spelling fixes

These spelling errors were found using
https://github.com/codespell-project/codespell

Tested: Built and ran against validator.
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Change-Id: I214fe102550295578cfdf0fc58305897d261ce55
diff --git a/src/kvm_websocket_test.cpp b/src/kvm_websocket_test.cpp
index 07ca515..4016329 100644
--- a/src/kvm_websocket_test.cpp
+++ b/src/kvm_websocket_test.cpp
@@ -16,7 +16,7 @@
 // Tests static files are loaded correctly
 TEST(Kvm, BasicRfb)
 {
-    return; // TODO(ed) Make hte code below work again
+    return; // TODO(ed) Make the code below work again
     SimpleApp app;
 
     crow::kvm::requestRoutes(app);