Skip to content

Commit d8e123a

Browse files
committed
fix typo
1 parent 0f413c5 commit d8e123a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/asymkey/commit.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ func ParseCommitWithSSHSignature(ctx context.Context, c *git.Commit, committer *
414414

415415
defaultReason := asymkey_model.NoKeyFound
416416

417-
// Covers ssh verification for the default SSH signing key specifed in gitea config
417+
// Covers ssh verification for the default SSH signing key specified in gitea config
418418
if setting.Repository.Signing.SigningFormat == git.KeyTypeSSH && setting.Repository.Signing.SigningKey != "" && setting.Repository.Signing.SigningKey != "default" && setting.Repository.Signing.SigningKey != "none" {
419419
// OK we should try the default key
420420
gpgSettings := git.GPGSettings{
@@ -445,7 +445,7 @@ func ParseCommitWithSSHSignature(ctx context.Context, c *git.Commit, committer *
445445
}
446446
}
447447

448-
// Covers ssh verification for the default SSH signing key specifed in the .gitconfig file in Git.HomePath setting
448+
// Covers ssh verification for the default SSH signing key specified in the .gitconfig file in Git.HomePath setting
449449
defaultGPGSettings, err := c.GetRepositoryDefaultPublicGPGKey(false)
450450
if defaultGPGSettings.Format == git.KeyTypeSSH {
451451
if err != nil {

0 commit comments

Comments
 (0)