diff options
author | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2018-06-07 17:25:27 -0700 |
commit | 9681fedbb44a25ffa1108b88a4795e017746ca6c (patch) | |
tree | 78ed8bd33e87863aa826f86656aa728bbf777ec8 /osdep | |
parent | b6d97af4514ec433bfbb6d8e6b696a8d62e98bef (diff) | |
download | infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.tar.gz infinitytier-9681fedbb44a25ffa1108b88a4795e017746ca6c.zip |
Spellcheck sweep across codebase
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/OSUtils.cpp | 2 | ||||
-rw-r--r-- | osdep/WindowsEthernetTap.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/osdep/OSUtils.cpp b/osdep/OSUtils.cpp index cadd4e6b..8b7fd948 100644 --- a/osdep/OSUtils.cpp +++ b/osdep/OSUtils.cpp @@ -366,7 +366,7 @@ std::vector<std::string> OSUtils::split(const char *s,const char *const sep,cons if (buf.size() > 0) { fields.push_back(buf); buf.clear(); - } // else skip runs of seperators + } // else skip runs of separators } else buf.push_back(*s); } ++s; diff --git a/osdep/WindowsEthernetTap.hpp b/osdep/WindowsEthernetTap.hpp index 1e36bdd8..4f0f89c4 100644 --- a/osdep/WindowsEthernetTap.hpp +++ b/osdep/WindowsEthernetTap.hpp @@ -71,7 +71,7 @@ public: static std::string destroyAllPersistentTapDevices(); /** - * Uninstall a specific persistent tap device by instance ID + * Uninstalls a specific persistent tap device by instance ID * * @param instanceId Device instance ID * @return Empty string on success, otherwise an error message |