Commit d653f35b authored by Max Kellermann's avatar Max Kellermann

lib/nfs/Connection: fix typo in code comment

parent a543627a
......@@ -485,7 +485,7 @@ NfsConnection::OnSocketReady(unsigned flags)
closed = true;
} else if (SocketMonitor::IsDefined() && nfs_get_fd(context) < 0) {
/* this happens when rpc_reconnect_requeue() is called
after the connection broke, but autoreconnet was
after the connection broke, but autoreconnect was
disabled - nfs_service() returns 0 */
Error error;
const char *msg = nfs_get_error(context);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment