Parcourir la source

spelling: supplied

Josh Soref il y a 7 ans
Parent
commit
60f149e5ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/config/client_connection.cc

+ 1 - 1
src/lib/config/client_connection.cc

@@ -34,7 +34,7 @@ public:
     /// @param socket_path Path to the socket description that the server
     /// is bound to.
     /// @param command Control command to be sent to the server.
-    /// @param handler Pointer to the user suppiled callback function which
+    /// @param handler Pointer to the user supplied callback function which
     /// should be invoked when transaction completes or when an error has
     /// occurred during the transaction.
     /// @param timeout Connection timeout in milliseconds.