Skip to content

Commit

Permalink
Change BEGING_SIGNING to BEGIN_SIGNING.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 12, 2020
1 parent d7c50b9 commit 6e940bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion command_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func commandSign() error {
}

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

Expand Down
2 changes: 1 addition & 1 deletion status.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// BEGIN_SIGNING
// Mark the start of the actual signing process. This may be used as an
// indication that all requested secret keys are ready for use.
sBeginSigning status = "BEGING_SIGNING"
sBeginSigning status = "BEGIN_SIGNING"

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

0 comments on commit 6e940bc

Please sign in to comment.