lib/nfs/Connection: fix typo in code comment

This commit is contained in:
Max Kellermann 2014-12-14 22:49:09 +01:00
parent a543627abd
commit d653f35bb7

View File

@ -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);