Browse Source

spelling: echoing

Josh Soref 7 years ago
parent
commit
058884ff2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiolink/testutils/test_server_unix_socket.h

+ 1 - 1
src/lib/asiolink/testutils/test_server_unix_socket.h

@@ -32,7 +32,7 @@ class ConnectionPool;
 /// message (prefixed with the word "received").
 ///
 /// It is also possible to specify a custom response from the server
-/// instead of eachoing back the request.
+/// instead of echoing back the request.
 ///
 /// It is possible to make multiple connections to the server side
 /// socket simultaneously.