fix misspell "recommended" in main.go

This commit is contained in:
fate-grand-order 2017-01-17 15:26:27 +08:00 committed by GitHub
parent b29839f333
commit fa78169d25
1 changed files with 1 additions and 1 deletions

View File

@ -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