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 61621ce commit e182844Copy full SHA for e182844
transaction.go
@@ -19,7 +19,7 @@ const success = C.PAM_SUCCESS
19
// Style is the type of message that the conversation handler should display.
20
type Style int
21
22
-// Coversation handler style types.
+// Conversation handler style types.
23
const (
24
// PromptEchoOff indicates the conversation handler should obtain a
25
// string without echoing any text.
0 commit comments