codespell: run and fix

Fix the misspellings.  Tested by building the code and running the unit
tests.

Change-Id: I3fb3f1f46fa41bb0c65157ff6e68bc4f1079f280
Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
diff --git a/src/test/util/asio_server_class.hpp b/src/test/util/asio_server_class.hpp
index 28eb921..9526375 100644
--- a/src/test/util/asio_server_class.hpp
+++ b/src/test/util/asio_server_class.hpp
@@ -15,7 +15,7 @@
 {
   protected:
     // Make this global to the whole test suite since we want to share
-    // the asio::object_server accross the test cases
+    // the asio::object_server across the test cases
     // NOTE - latest googltest changed to SetUpTestSuite()
     static void SetUpTestCase()
     {