Skip to content

Commit 8b2b29e

Browse files
committed
minor corrections
1 parent 5ba0d8f commit 8b2b29e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/doxygen.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "libhttpc"
35+
PROJECT_NAME = "libhttpclient"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

src/httpclient/init_guard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void init_guard::thread_func()
122122

123123
if (rc != CURLM_OK) {
124124
utki::log([](auto& o) {
125-
o << "curl_multi_poll() failed, terminating httpcread" << std::endl;
125+
o << "curl_multi_poll() failed" << std::endl;
126126
});
127127
break;
128128
}

0 commit comments

Comments
 (0)