From 18b6353803bee7cfcdddd50ff21b127e2a7aad61 Mon Sep 17 00:00:00 2001 From: yangfl Date: Thu, 7 Dec 2017 21:26:28 +0800 Subject: [PATCH] fix typo --- ChangeLog | 4 ++-- android/jni/Application.mk | 2 +- build/build_mingw.cmd | 2 +- build/docker/README.md | 2 +- contrib/debian/i2pd.service | 2 +- docs/Doxyfile | 2 +- libi2pd/Config.h | 2 +- libi2pd/Destination.h | 2 +- libi2pd/NetDb.cpp | 2 +- libi2pd/Reseed.cpp | 2 +- libi2pd/Transports.cpp | 2 +- libi2pd_client/I2PTunnel.cpp | 2 +- libi2pd_client/SOCKS.cpp | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 487734ad..2ff1af50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -162,12 +162,12 @@ - Configurable limit of transit tunnels ### Changed -- Speed-up of assymetric crypto for non-x64 platforms +- Speed-up of asymmetric crypto for non-x64 platforms - Refactoring of web-console ## [2.6.0] - 2016-03-31 ### Added -- Gracefull shutdown on SIGINT +- Graceful shutdown on SIGINT - Numeric bandwidth limits (was: by router class) - Jumpservices in web-console - Logging to syslog diff --git a/android/jni/Application.mk b/android/jni/Application.mk index 25f2bb71..0fa116c2 100755 --- a/android/jni/Application.mk +++ b/android/jni/Application.mk @@ -11,7 +11,7 @@ NDK_TOOLCHAIN_VERSION := 4.9 # APP_STL := stlport_shared --> does not seem to contain C++11 features APP_STL := gnustl_shared -# Enable c++11 extentions in source code +# Enable c++11 extensions in source code APP_CPPFLAGS += -std=c++11 APP_CPPFLAGS += -DANDROID -D__ANDROID__ -DUSE_UPNP diff --git a/build/build_mingw.cmd b/build/build_mingw.cmd index 7015954f..6763b63e 100644 --- a/build/build_mingw.cmd +++ b/build/build_mingw.cmd @@ -6,7 +6,7 @@ REM Copyright (c) 2013-2017, The PurpleI2P Project REM This file is part of Purple i2pd project and licensed under BSD3 REM See full license text in LICENSE file at top of project tree -REM To use that script, you must have installed in your MSYS installation theese packages: +REM To use that script, you must have installed in your MSYS installation these packages: REM Base: git make zip REM x86_64: mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-gcc REM i686: mingw-w64-i686-boost mingw-w64-i686-openssl mingw-w64-i686-gcc diff --git a/build/docker/README.md b/build/docker/README.md index df2cdc01..877a9ce5 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -28,7 +28,7 @@ Options are set via docker environment variables. This can be set at run with -e **Logging** -Logging happens to STDOUT as the best practise with docker containers, since infrastructure systems like kubernetes with ELK integration can automaticly forward the log to say, kibana or greylog without manual setup. :) +Logging happens to STDOUT as the best practise with docker containers, since infrastructure systems like kubernetes with ELK integration can automatically forward the log to say, kibana or greylog without manual setup. :) diff --git a/contrib/debian/i2pd.service b/contrib/debian/i2pd.service index 4580aa80..89562ff5 100644 --- a/contrib/debian/i2pd.service +++ b/contrib/debian/i2pd.service @@ -14,7 +14,7 @@ PIDFile=/var/run/i2pd/i2pd.pid ### Uncomment, if auto restart needed #Restart=on-failure -### Use SIGINT for gracefull stop daemon. +### Use SIGINT for graceful stop daemon. # i2pd stops accepting new tunnels and waits ~10 min while old ones do not die. KillSignal=SIGINT TimeoutStopSec=10m diff --git a/docs/Doxyfile b/docs/Doxyfile index 9df84656..c434d2dc 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -1638,7 +1638,7 @@ EXTRA_PACKAGES = # following commands have a special meaning inside the header: $title, # $datetime, $date, $doxygenversion, $projectname, $projectnumber, # $projectbrief, $projectlogo. Doxygen will replace $title with the empy string, -# for the replacement values of the other commands the user is refered to +# for the replacement values of the other commands the user is referred to # HTML_HEADER. # This tag requires that the tag GENERATE_LATEX is set to YES. diff --git a/libi2pd/Config.h b/libi2pd/Config.h index 754618d7..c920c6fe 100644 --- a/libi2pd/Config.h +++ b/libi2pd/Config.h @@ -47,7 +47,7 @@ namespace config { * @brief Load and parse given config file * @param path Path to config file * - * If error occured when opening file path is points to, + * If error occurred when opening file path is points to, * we show the error message and terminate program. * * In case of parameter misuse boost throws an exception. diff --git a/libi2pd/Destination.h b/libi2pd/Destination.h index d11b10dd..d3122b3b 100644 --- a/libi2pd/Destination.h +++ b/libi2pd/Destination.h @@ -29,7 +29,7 @@ namespace client const uint8_t PROTOCOL_TYPE_DATAGRAM = 17; const uint8_t PROTOCOL_TYPE_RAW = 18; const int PUBLISH_CONFIRMATION_TIMEOUT = 5; // in seconds - const int PUBLISH_VERIFICATION_TIMEOUT = 10; // in seconds after successfull publish + const int PUBLISH_VERIFICATION_TIMEOUT = 10; // in seconds after successful publish const int PUBLISH_MIN_INTERVAL = 20; // in seconds const int PUBLISH_REGULAR_VERIFICATION_INTERNAL = 100; // in seconds periodically const int LEASESET_REQUEST_TIMEOUT = 5; // in seconds diff --git a/libi2pd/NetDb.cpp b/libi2pd/NetDb.cpp index 97ef0280..47baaac7 100644 --- a/libi2pd/NetDb.cpp +++ b/libi2pd/NetDb.cpp @@ -783,7 +783,7 @@ namespace data uint8_t flag = buf[64]; - LogPrint (eLogDebug, "NetDb: DatabaseLookup for ", key, " recieved flags=", (int)flag); + LogPrint (eLogDebug, "NetDb: DatabaseLookup for ", key, " received flags=", (int)flag); uint8_t lookupType = flag & DATABASE_LOOKUP_TYPE_FLAGS_MASK; const uint8_t * excluded = buf + 65; uint32_t replyTunnelID = 0; diff --git a/libi2pd/Reseed.cpp b/libi2pd/Reseed.cpp index 21fa790e..68a582ee 100644 --- a/libi2pd/Reseed.cpp +++ b/libi2pd/Reseed.cpp @@ -320,7 +320,7 @@ namespace data s.seekg (pos, std::ios::beg); // back to compressed data } - LogPrint (eLogDebug, "Reseed: Proccessing file ", localFileName, " ", compressedSize, " bytes"); + LogPrint (eLogDebug, "Reseed: Processing file ", localFileName, " ", compressedSize, " bytes"); if (!compressedSize) { LogPrint (eLogWarning, "Reseed: Unexpected size 0. Skipped"); diff --git a/libi2pd/Transports.cpp b/libi2pd/Transports.cpp index bb94036a..982d0945 100644 --- a/libi2pd/Transports.cpp +++ b/libi2pd/Transports.cpp @@ -63,7 +63,7 @@ namespace transport else { std::unique_lock l(m_AcquiredMutex); - m_Acquired.wait (l); // wait for element gets aquired + m_Acquired.wait (l); // wait for element gets acquired } } } diff --git a/libi2pd_client/I2PTunnel.cpp b/libi2pd_client/I2PTunnel.cpp index da5dbfee..8117a755 100644 --- a/libi2pd_client/I2PTunnel.cpp +++ b/libi2pd_client/I2PTunnel.cpp @@ -844,7 +844,7 @@ namespace client LogPrint(eLogWarning, "UDP Client: not tracking udp session using port ", (int) toPort); } else - LogPrint(eLogWarning, "UDP Client: unwarrented traffic from ", from.GetIdentHash().ToBase32()); + LogPrint(eLogWarning, "UDP Client: unwarranted traffic from ", from.GetIdentHash().ToBase32()); } I2PUDPClientTunnel::~I2PUDPClientTunnel() { diff --git a/libi2pd_client/SOCKS.cpp b/libi2pd_client/SOCKS.cpp index e63c369f..631d3e5c 100644 --- a/libi2pd_client/SOCKS.cpp +++ b/libi2pd_client/SOCKS.cpp @@ -554,7 +554,7 @@ namespace proxy void SOCKSHandler::HandleSockRecv(const boost::system::error_code & ecode, std::size_t len) { - LogPrint(eLogDebug, "SOCKS: recieved ", len, " bytes"); + LogPrint(eLogDebug, "SOCKS: received ", len, " bytes"); if(ecode) { LogPrint(eLogWarning, "SOCKS: recv got error: ", ecode);