From 2b2c76bde9c310df83f9d266eabfea3a2ef29fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20Ribi=C4=87?= Date: Mon, 8 Jan 2018 10:55:05 +0100 Subject: [PATCH] Update bookmarks.go Fix typo --- pkg/bookmarks/bookmarks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/bookmarks/bookmarks.go b/pkg/bookmarks/bookmarks.go index 4defa38..91a85b1 100644 --- a/pkg/bookmarks/bookmarks.go +++ b/pkg/bookmarks/bookmarks.go @@ -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