diff --git a/libi2pd/Destination.cpp b/libi2pd/Destination.cpp index f45e6a8a..a32e2ffa 100644 --- a/libi2pd/Destination.cpp +++ b/libi2pd/Destination.cpp @@ -868,7 +868,7 @@ namespace client } else { - // call if tunnel is not ready + // call later if tunnel is not ready AddReadyCallback([&](const boost::system::error_code & ec) { if(ec) streamRequestComplete(nullptr);