]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: differing
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:13:54 +0000 (12:13 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:13:54 +0000 (12:13 -0400)
src/lib/asiolink/asio_wrapper.h

index 6786c13819b426e8ebe2ddbd74e59a4e0982aa1b..3eb14a878f582403c5e3461f50934cfce49dfafa 100644 (file)
@@ -38,7 +38,7 @@
 //
 // which involve implicit conversion of enumerates to error_code instances
 // to not evaluate correctly.  During the implicit conversion the error_code
-// instances may be assigned differeing values error_code:m_cat. This
+// instances may be assigned differing values error_code:m_cat. This
 // causes two instances of error_code which should have been equal to
 // to not be equal.
 //