From d653f35bb7488b2da3412fc23e16b4da1770f8d4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 14 Dec 2014 22:49:09 +0100 Subject: lib/nfs/Connection: fix typo in code comment --- src/lib/nfs/Connection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/nfs/Connection.cxx b/src/lib/nfs/Connection.cxx index 83b388dc4..e0d8ad774 100644 --- a/src/lib/nfs/Connection.cxx +++ b/src/lib/nfs/Connection.cxx @@ -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); -- cgit v1.2.3