aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-16 18:08:06 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-16 18:08:07 +0200
commit0f27fc57acb708c48523ada6b67304c81da4aa3c (patch)
tree8d647b179918138b3e1ece874ddf8f2778340e7d /contrib
parentMerge pull request #3322 (diff)
parentFix typos in various files (diff)
downloadmonero-0f27fc57acb708c48523ada6b67304c81da4aa3c.tar.xz
Merge pull request #3336
57c0b1ed Fix typos in various files (Dimitris Apostolou)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epee/include/net/http_client.h2
-rw-r--r--contrib/epee/include/net/levin_client_async.h2
-rw-r--r--contrib/epee/tests/src/net/test_net.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/epee/include/net/http_client.h b/contrib/epee/include/net/http_client.h
index 1edf65928..e01691794 100644
--- a/contrib/epee/include/net/http_client.h
+++ b/contrib/epee/include/net/http_client.h
@@ -946,7 +946,7 @@ namespace net_utils
}else
{ //Apparently there are no signs of the form of transfer, will receive data until the connection is closed
m_state = reciev_machine_state_error;
- MERROR("Undefinded transfer type, consider http_body_transfer_connection_close method. header: " << m_header_cache);
+ MERROR("Undefined transfer type, consider http_body_transfer_connection_close method. header: " << m_header_cache);
return false;
}
return false;
diff --git a/contrib/epee/include/net/levin_client_async.h b/contrib/epee/include/net/levin_client_async.h
index 6c8f9bcb3..b3a46465b 100644
--- a/contrib/epee/include/net/levin_client_async.h
+++ b/contrib/epee/include/net/levin_client_async.h
@@ -150,7 +150,7 @@ namespace levin
{
if( !reconnect() )
{
- LOG_ERROR("Reconnect Failed. Failed to invoke() becouse not connected!");
+ LOG_ERROR("Reconnect Failed. Failed to invoke() because not connected!");
return false;
}
}
diff --git a/contrib/epee/tests/src/net/test_net.h b/contrib/epee/tests/src/net/test_net.h
index 2e1b1e5fd..04fef089c 100644
--- a/contrib/epee/tests/src/net/test_net.h
+++ b/contrib/epee/tests/src/net/test_net.h
@@ -261,7 +261,7 @@ namespace tests
boost::thread th1( boost::bind(&test_levin_server::run, &srv1));
boost::thread th2( boost::bind(&test_levin_server::run, &srv2));
- LOG_PRINT_L0("Initalized servers, waiting for worker threads started...");
+ LOG_PRINT_L0("Initialized servers, waiting for worker threads started...");
misc_utils::sleep_no_w(1000);