Skip to content

Commit 6e940bc

Browse files
committed
1 parent d7c50b9 commit 6e940bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

command_sign.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func commandSign() error {
2424
}
2525

2626
// Git is looking for "\n[GNUPG:] SIG_CREATED ", meaning we need to print a
27-
// line before SIG_CREATED. BEGING_SIGNING seems appropraite. GPG emits this,
27+
// line before SIG_CREATED. BEGIN_SIGNING seems appropraite. GPG emits this,
2828
// though GPGSM does not.
2929
sBeginSigning.emit()
3030

status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
// BEGIN_SIGNING
2323
// Mark the start of the actual signing process. This may be used as an
2424
// indication that all requested secret keys are ready for use.
25-
sBeginSigning status = "BEGING_SIGNING"
25+
sBeginSigning status = "BEGIN_SIGNING"
2626

2727
// SIG_CREATED <type> <pk_algo> <hash_algo> <class> <timestamp> <keyfpr>
2828
// A signature has been created using these parameters.

0 commit comments

Comments
 (0)