]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: transferred
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:04:56 +0000 (17:04 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:04:56 +0000 (17:04 -0400)
src/lib/config/command_mgr.cc

index 5c1d2b6ef3b062243ccaec5f589a6778608d79cc..bd1c04b1cb8f4c6fc12d08a61b7532e5544f71e6 100644 (file)
@@ -158,7 +158,7 @@ public:
     /// @param ec Error code.
     /// @param bytes_transferred Number of bytes sent.
     void sendHandler(const boost::system::error_code& ec,
-                     size_t bytes_trasferred);
+                     size_t bytes_transferred);
 
     /// @brief Handler invoked when timeout has occurred.
     ///