Spelling fixes

Change-Id: I953614024660287b94d835e30b117cc4023e749b
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/routing_table.cpp b/routing_table.cpp
index bd8f9e0..83d2d24 100644
--- a/routing_table.cpp
+++ b/routing_table.cpp
@@ -53,7 +53,7 @@
 
     do
     {
-        // Recieve response from the kernel
+        // Receive response from the kernel
         if ((readLen = recv(sockFd, bufPtr, BUFSIZE - msgLen, 0)) < 0)
         {
             auto error = errno;
@@ -168,7 +168,7 @@
     if ((sock = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE)) < 0)
     {
         auto error = errno;
-        log<level::ERR>("Error occured during socket creation",
+        log<level::ERR>("Error occurred during socket creation",
                         entry("ERRNO=%s", strerror(error)));
         elog<InternalFailure>();
     }