We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c47bd4 commit db1147fCopy full SHA for db1147f
internal/secret/secret.go
@@ -93,7 +93,7 @@ func DecodeAsUtf16(cipherText string, passwordEncryption string) []byte {
93
}
94
95
// EncryptionMethodsForUsage return the encryption methods for the current
96
-// OS as comma seperated string for use in help text
+// OS as comma separated string for use in help text
97
func EncryptionMethodsForUsage() string {
98
return strings.Join(encryptionMethods, ", ")
99
0 commit comments