Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I8da47d0cc4531fe83cf09ed311bea35014f05659
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/snmp_serialize.cpp b/snmp_serialize.cpp
index ea47945..2bc8f84 100644
--- a/snmp_serialize.cpp
+++ b/snmp_serialize.cpp
@@ -60,7 +60,7 @@
     fs::create_directories(dir);
     auto address = manager.address();
     auto port = manager.port();
-    fileName /= address + SEPRATOR + std::to_string(port);
+    fileName /= address + SEPARATOR + std::to_string(port);
 
     std::ofstream os(fileName.string(), std::ios::binary);
     cereal::BinaryOutputArchive oarchive(os);