Update bookmarks.go

Fix typo
This commit is contained in:
Emir Ribić 2018-01-08 10:55:05 +01:00 committed by GitHub
parent 43fe84de3a
commit 2b2c76bde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ func readServerConfig(path string) (Bookmark, error) {
bookmark.Port = 5432
}
// List of all supported by portgres modes
// List of all supported postgres modes
modes := []string{"disable", "allow", "prefer", "require", "verify-ca", "verify-full"}
valid := false