Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 345f5d9

Browse files
committed
spelling: signature
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 7fd6e4d commit 345f5d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/core/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4515,7 +4515,7 @@ export enum GitSignatureState {
45154515
ExpiredKey = "EXPIRED_KEY",
45164516
/** Valid signature, pending certificate revocation checking */
45174517
OcspPending = "OCSP_PENDING",
4518-
/** Valid siganture, though certificate revocation check failed */
4518+
/** Valid signature, though certificate revocation check failed */
45194519
OcspError = "OCSP_ERROR",
45204520
/** The signing certificate or its chain could not be verified */
45214521
BadCert = "BAD_CERT",

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24827,7 +24827,7 @@
2482724827
},
2482824828
{
2482924829
"name": "OCSP_ERROR",
24830-
"description": "Valid siganture, though certificate revocation check failed",
24830+
"description": "Valid signature, though certificate revocation check failed",
2483124831
"isDeprecated": false,
2483224832
"deprecationReason": null
2483324833
},

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4127,7 +4127,7 @@ export declare enum GitSignatureState {
41274127
ExpiredKey = "EXPIRED_KEY",
41284128
/** Valid signature, pending certificate revocation checking */
41294129
OcspPending = "OCSP_PENDING",
4130-
/** Valid siganture, though certificate revocation check failed */
4130+
/** Valid signature, though certificate revocation check failed */
41314131
OcspError = "OCSP_ERROR",
41324132
/** The signing certificate or its chain could not be verified */
41334133
BadCert = "BAD_CERT",

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4524,7 +4524,7 @@ export enum GitSignatureState {
45244524
ExpiredKey = "EXPIRED_KEY",
45254525
/** Valid signature, pending certificate revocation checking */
45264526
OcspPending = "OCSP_PENDING",
4527-
/** Valid siganture, though certificate revocation check failed */
4527+
/** Valid signature, though certificate revocation check failed */
45284528
OcspError = "OCSP_ERROR",
45294529
/** The signing certificate or its chain could not be verified */
45304530
BadCert = "BAD_CERT",

0 commit comments

Comments
 (0)