diff options
author | Max Kellermann <max@duempel.org> | 2014-12-14 22:49:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-14 22:49:09 +0100 |
commit | d653f35bb7488b2da3412fc23e16b4da1770f8d4 (patch) | |
tree | 3c83032814d9967402e999bc2e516a3754cf8172 | |
parent | a543627abd19f321ddd4259e222e6437e8312417 (diff) | |
download | mpd-d653f35bb7488b2da3412fc23e16b4da1770f8d4.tar.gz mpd-d653f35bb7488b2da3412fc23e16b4da1770f8d4.tar.xz mpd-d653f35bb7488b2da3412fc23e16b4da1770f8d4.zip |
lib/nfs/Connection: fix typo in code comment
-rw-r--r-- | src/lib/nfs/Connection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |