spell fixes

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-06 23:33:37 +03:00
parent 39f66cc86c
commit a102e95433
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ type Options struct {
Wrappers []Wrapper
// PoolSize connection pool size
PoolSize int
// PoolTTL conection pool ttl
// PoolTTL connection pool ttl
PoolTTL time.Duration
}