name consistency

pull/38/head
Andy Walker 2014-09-24 18:53:07 -04:00
parent b46ee0a951
commit 33fb73b8ab
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type ConnConfig struct {
Password string
TLSConfig *tls.Config // config for TLS connection -- nil disables TLS
Logger Logger
KeepAlive uint16 // keep-alive period for the connetion (0 disables KeepAlive)
KeepAlive uint16 // keep-alive period for the connetion (0 disables keep-alive)
}
// Conn is a PostgreSQL connection handle. It is not safe for concurrent usage.