diff options
Diffstat (limited to 'weed/wdclient/net2/managed_connection.go')
| -rw-r--r-- | weed/wdclient/net2/managed_connection.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/wdclient/net2/managed_connection.go b/weed/wdclient/net2/managed_connection.go index b40d378d2..ab92c3fd1 100644 --- a/weed/wdclient/net2/managed_connection.go +++ b/weed/wdclient/net2/managed_connection.go @@ -31,7 +31,7 @@ type ManagedConn interface { // This returns the connection pool which owns this connection. Owner() ConnectionPool - // This indictes a user is done with the connection and releases the + // This indicates a user is done with the connection and releases the // connection back to the connection pool. ReleaseConnection() error |
