From fa78169d25f6e5dcc818bf34b2ad09f6d3a5e9bd Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Tue, 17 Jan 2017 15:26:27 +0800 Subject: [PATCH] fix misspell "recommended" in main.go --- cmd/git-sync/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/git-sync/main.go b/cmd/git-sync/main.go index 81eb85a..70c46c6 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -477,7 +477,7 @@ func setupGitSSH() error { } if fileInfo.Mode() != 0400 { - return fmt.Errorf("Permissions %s for SSH key are too open. It is recommeded to mount secret volume with `defaultMode: 256` (decimal number for octal 0400).", fileInfo.Mode()) + return fmt.Errorf("Permissions %s for SSH key are too open. It is recommended to mount secret volume with `defaultMode: 256` (decimal number for octal 0400).", fileInfo.Mode()) } return nil