Browse Source

spelling: differing

Josh Soref 7 years ago
parent
commit
11fdf9071b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiolink/asio_wrapper.h

+ 1 - 1
src/lib/asiolink/asio_wrapper.h

@@ -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.
 //