shoothzj commented on code in PR #2167: URL: https://github.com/apache/zookeeper/pull/2167#discussion_r1637283514
########## zookeeper-contrib/zookeeper-contrib-zkfuse/src/zkadapter.h: ########## @@ -616,7 +616,7 @@ class ZooKeeperAdapter /** * Returns the remaining connect timeout. The timeout resets - * to {@link #m_connectTimeout} on a successfull connection to the ZK. + * to {@link #m_connectTimeout} on a successfulconnection to the ZK. Review Comment: @kezhuw Fixed ########## zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/Learner.java: ########## @@ -295,7 +295,7 @@ protected long nanoTime() { /** * Overridable helper method to simply call sock.connect(). This can be - * overriden in tests to fake connection success/failure for connectToLeader. + * override in tests to fake connection success/failure for connectToLeader. Review Comment: @kezhuw Fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org