This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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",
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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",
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments