Browse Source

spelling: evaluate

Josh Soref 8 years ago
parent
commit
321b911232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/tests/watch_socket_unittests.cc

+ 1 - 1
src/lib/util/tests/watch_socket_unittests.cc

@@ -213,7 +213,7 @@ TEST(WatchSocketTest, badReadOnClear) {
     /// @todo maybe clear should never throw, log only
     ASSERT_THROW(watch->clearReady(), WatchSocketError);
 
-    // Verify the select_fd does not evalute to ready.
+    // Verify the select_fd does not evaluate to ready.
     EXPECT_NE(1, selectCheck(select_fd));
 
     // Verify that getSelectFd() returns INVALID.