Browse Source

spelling: successful

Josh Soref 7 years ago
parent
commit
59a41b387b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/http/request.h

+ 1 - 1
src/lib/http/request.h

@@ -199,7 +199,7 @@ public:
 
     /// @brief Checks if the request has been successfully finalized.
     ///
-    /// The request is gets finalized on successfull call to
+    /// The request is gets finalized on successful call to
     /// @ref HttpRequest::finalize.
     ///
     /// @return true if the request has been finalized, false otherwise.