Style fixes [no ci]

This commit is contained in:
Andrey Smirnov
2014-02-18 01:00:49 +04:00
parent e51f226cdc
commit 19af0547e8
5 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func (g *GpgSigner) SetKey(keyRef string) {
g.keyRef = keyRef
}
// SetKeyring allows to set custom keyring and secretkeyring
// SetKeyRing allows to set custom keyring and secretkeyring
func (g *GpgSigner) SetKeyRing(keyring, secretKeyring string) {
g.keyring, g.secretKeyring = keyring, secretKeyring
}