Package: net-cpp / 2.2.1+dfsg1-6

1005_typo-fix.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Typo fix in http/client.cpp.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: https://gitlab.com/ubports/core/lib-cpp/net-cpp/-/merge_requests/4

--- a/src/core/net/http/client.cpp
+++ b/src/core/net/http/client.cpp
@@ -31,7 +31,7 @@
 http::Client::Errors::HttpMethodNotSupported::HttpMethodNotSupported(
         http::Method method,
         const core::Location& loc)
-    : http::Error("Http method not suppored", loc),
+    : http::Error("Http method not supported", loc),
       method(method)
 {