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

Commit 5199682

Browse files
authored
Merge pull request #55 from jsoref/spelling
2 parents 8028b61 + c9aae31 commit 5199682

File tree

7 files changed

+44
-44
lines changed

7 files changed

+44
-44
lines changed

packages/cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ OPTIONS
232232
--dateFormat=dateFormat [default: isoDateTime] Date format to use when building issue list. Examples: mm/dd/yyyy
233233
--format=(JSONL|JSON|CSV) [default: JSONL] export format
234234
--jira transform output into a usable format for importing to Jira
235-
--labels=labels search issues with these labels (comma seperated)
235+
--labels=labels search issues with these labels (comma separated)
236236
--owner=owner GitHub repository owner
237237
--query=query Search query matching GitHub issue search syntax
238238
--repo=repo GitHub repository name

packages/cli/src/commands/search/issues.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class SearchIssues extends SearchCommand {
4343
description: "search issues in this state",
4444
}),
4545
labels: flagTypes.string({
46-
description: "search issues with these labels (comma seperated)",
46+
description: "search issues with these labels (comma separated)",
4747
}),
4848
jira: flagTypes.boolean({
4949
description:
@@ -259,7 +259,7 @@ export default class SearchIssues extends SearchCommand {
259259

260260
if (jira) {
261261
// Jira expects all comments to have a header of just "comment"
262-
// so we map commment0, comment1, comment2 etc to comment
262+
// so we map comment0, comment1, comment2 etc to comment
263263
mapHeaders = function (header: string) {
264264
return header.replace(/comment[0-9]+/, "comment");
265265
};

packages/core/github.d.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type Scalars = {
2020
GitTimestamp: any;
2121
/** A string containing HTML code. */
2222
HTML: any;
23-
/** An ISO-8601 encoded UTC date string with millisecond precison. */
23+
/** An ISO-8601 encoded UTC date string with millisecond precision. */
2424
PreciseDateTime: any;
2525
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
2626
URI: any;
@@ -1075,7 +1075,7 @@ export type Commit = Node &
10751075
commitUrl: Scalars["URI"];
10761076
/** The datetime when this commit was committed. */
10771077
committedDate: Scalars["DateTime"];
1078-
/** Check if commited via GitHub web UI. */
1078+
/** Check if committed via GitHub web UI. */
10791079
committedViaWeb: Scalars["Boolean"];
10801080
/** Committership details of the commit. */
10811081
committer?: Maybe<GitActor>;
@@ -2018,7 +2018,7 @@ export type CreateTeamDiscussionInput = {
20182018
title: Scalars["String"];
20192019
/** The content of the discussion. */
20202020
body: Scalars["String"];
2021-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2021+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
20222022
private?: Maybe<Scalars["Boolean"]>;
20232023
/** A unique identifier for the client performing the mutation. */
20242024
clientMutationId?: Maybe<Scalars["String"]>;
@@ -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",
@@ -8249,7 +8249,7 @@ export type OrgRestoreMemberAuditEntry = Node &
82498249
organizationUrl?: Maybe<Scalars["URI"]>;
82508250
/** The number of custom email routings for the restored member. */
82518251
restoredCustomEmailRoutingsCount?: Maybe<Scalars["Int"]>;
8252-
/** The number of issue assignemnts for the restored member. */
8252+
/** The number of issue assignments for the restored member. */
82538253
restoredIssueAssignmentsCount?: Maybe<Scalars["Int"]>;
82548254
/** Restored organization membership objects. */
82558255
restoredMemberships?: Maybe<OrgRestoreMemberAuditEntryMembership[]>;
@@ -8981,7 +8981,7 @@ export type OrganizationIdentityProvider = Node & {
89818981
/** External Identities provisioned by this Identity Provider */
89828982
externalIdentities: ExternalIdentityConnection;
89838983
id: Scalars["ID"];
8984-
/** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8984+
/** The x509 certificate used by the Identity Provider to sign assertions and responses. */
89858985
idpCertificate?: Maybe<Scalars["X509Certificate"]>;
89868986
/** The Issuer Entity ID for the SAML Identity Provider */
89878987
issuer?: Maybe<Scalars["String"]>;
@@ -12896,7 +12896,7 @@ export type RepoCreateAuditEntry = Node &
1289612896
createdAt: Scalars["PreciseDateTime"];
1289712897
/** The name of the parent repository for this forked repository. */
1289812898
forkParentName?: Maybe<Scalars["String"]>;
12899-
/** The name of the root repository for this netork. */
12899+
/** The name of the root repository for this network. */
1290012900
forkSourceName?: Maybe<Scalars["String"]>;
1290112901
id: Scalars["ID"];
1290212902
/** The corresponding operation type for the action */
@@ -14046,7 +14046,7 @@ export type RepositoryVulnerabilityAlert = Node &
1404614046
createdAt: Scalars["DateTime"];
1404714047
/** The reason the alert was dismissed */
1404814048
dismissReason?: Maybe<Scalars["String"]>;
14049-
/** When was the alert dimissed? */
14049+
/** When was the alert dismissed? */
1405014050
dismissedAt?: Maybe<Scalars["DateTime"]>;
1405114051
/** The user who dismissed the alert */
1405214052
dismisser?: Maybe<User>;
@@ -14055,7 +14055,7 @@ export type RepositoryVulnerabilityAlert = Node &
1405514055
repository: Repository;
1405614056
/** The associated security advisory */
1405714057
securityAdvisory?: Maybe<SecurityAdvisory>;
14058-
/** The associated security vulnerablity */
14058+
/** The associated security vulnerability */
1405914059
securityVulnerability?: Maybe<SecurityVulnerability>;
1406014060
/** The vulnerable manifest filename */
1406114061
vulnerableManifestFilename: Scalars["String"];
@@ -14686,7 +14686,7 @@ export type SmimeSignature = GitSignature & {
1468614686
wasSignedByGitHub: Scalars["Boolean"];
1468714687
};
1468814688

14689-
/** Entites that can sponsor others via GitHub Sponsors */
14689+
/** Entities that can sponsor others via GitHub Sponsors */
1469014690
export type Sponsor = Organization | User;
1469114691

1469214692
/** Entities that can be sponsored through GitHub Sponsors */

packages/core/graphql.schema.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -6013,7 +6013,7 @@
60136013
},
60146014
{
60156015
"name": "committedViaWeb",
6016-
"description": "Check if commited via GitHub web UI.",
6016+
"description": "Check if committed via GitHub web UI.",
60176017
"args": [],
60186018
"type": {
60196019
"kind": "NON_NULL",
@@ -11221,7 +11221,7 @@
1122111221
},
1122211222
{
1122311223
"name": "private",
11224-
"description": "If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion.",
11224+
"description": "If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion.",
1122511225
"type": {
1122611226
"kind": "SCALAR",
1122711227
"name": "Boolean",
@@ -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
},
@@ -45333,7 +45333,7 @@
4533345333
},
4533445334
{
4533545335
"name": "restoredIssueAssignmentsCount",
45336-
"description": "The number of issue assignemnts for the restored member.",
45336+
"description": "The number of issue assignments for the restored member.",
4533745337
"args": [],
4533845338
"type": {
4533945339
"kind": "SCALAR",
@@ -49929,7 +49929,7 @@
4992949929
},
4993049930
{
4993149931
"name": "idpCertificate",
49932-
"description": "The x509 certificate used by the Identity Provder to sign assertions and responses.",
49932+
"description": "The x509 certificate used by the Identity Provider to sign assertions and responses.",
4993349933
"args": [],
4993449934
"type": {
4993549935
"kind": "SCALAR",
@@ -52596,7 +52596,7 @@
5259652596
{
5259752597
"kind": "SCALAR",
5259852598
"name": "PreciseDateTime",
52599-
"description": "An ISO-8601 encoded UTC date string with millisecond precison.",
52599+
"description": "An ISO-8601 encoded UTC date string with millisecond precision.",
5260052600
"fields": null,
5260152601
"inputFields": null,
5260252602
"interfaces": null,
@@ -71611,7 +71611,7 @@
7161171611
},
7161271612
{
7161371613
"name": "forkSourceName",
71614-
"description": "The name of the root repository for this netork.",
71614+
"description": "The name of the root repository for this network.",
7161571615
"args": [],
7161671616
"type": {
7161771617
"kind": "SCALAR",
@@ -78328,7 +78328,7 @@
7832878328
},
7832978329
{
7833078330
"name": "dismissedAt",
78331-
"description": "When was the alert dimissed?",
78331+
"description": "When was the alert dismissed?",
7833278332
"args": [],
7833378333
"type": {
7833478334
"kind": "SCALAR",
@@ -78396,7 +78396,7 @@
7839678396
},
7839778397
{
7839878398
"name": "securityVulnerability",
78399-
"description": "The associated security vulnerablity",
78399+
"description": "The associated security vulnerability",
7840078400
"args": [],
7840178401
"type": {
7840278402
"kind": "OBJECT",
@@ -81667,7 +81667,7 @@
8166781667
{
8166881668
"kind": "UNION",
8166981669
"name": "Sponsor",
81670-
"description": "Entites that can sponsor others via GitHub Sponsors",
81670+
"description": "Entities that can sponsor others via GitHub Sponsors",
8167181671
"fields": null,
8167281672
"inputFields": null,
8167381673
"interfaces": null,

packages/core/lib/github.d.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export declare type Scalars = {
2323
GitTimestamp: any;
2424
/** A string containing HTML code. */
2525
HTML: any;
26-
/** An ISO-8601 encoded UTC date string with millisecond precison. */
26+
/** An ISO-8601 encoded UTC date string with millisecond precision. */
2727
PreciseDateTime: any;
2828
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
2929
URI: any;
@@ -986,7 +986,7 @@ export declare type Commit = Node & GitObject & Subscribable & UniformResourceLo
986986
commitUrl: Scalars["URI"];
987987
/** The datetime when this commit was committed. */
988988
committedDate: Scalars["DateTime"];
989-
/** Check if commited via GitHub web UI. */
989+
/** Check if committed via GitHub web UI. */
990990
committedViaWeb: Scalars["Boolean"];
991991
/** Committership details of the commit. */
992992
committer?: Maybe<GitActor>;
@@ -1850,7 +1850,7 @@ export declare type CreateTeamDiscussionInput = {
18501850
title: Scalars["String"];
18511851
/** The content of the discussion. */
18521852
body: Scalars["String"];
1853-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
1853+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
18541854
private?: Maybe<Scalars["Boolean"]>;
18551855
/** A unique identifier for the client performing the mutation. */
18561856
clientMutationId?: Maybe<Scalars["String"]>;
@@ -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",
@@ -7426,7 +7426,7 @@ export declare type OrgRestoreMemberAuditEntry = Node & AuditEntry & Organizatio
74267426
organizationUrl?: Maybe<Scalars["URI"]>;
74277427
/** The number of custom email routings for the restored member. */
74287428
restoredCustomEmailRoutingsCount?: Maybe<Scalars["Int"]>;
7429-
/** The number of issue assignemnts for the restored member. */
7429+
/** The number of issue assignments for the restored member. */
74307430
restoredIssueAssignmentsCount?: Maybe<Scalars["Int"]>;
74317431
/** Restored organization membership objects. */
74327432
restoredMemberships?: Maybe<OrgRestoreMemberAuditEntryMembership[]>;
@@ -8035,7 +8035,7 @@ export declare type OrganizationIdentityProvider = Node & {
80358035
/** External Identities provisioned by this Identity Provider */
80368036
externalIdentities: ExternalIdentityConnection;
80378037
id: Scalars["ID"];
8038-
/** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8038+
/** The x509 certificate used by the Identity Provider to sign assertions and responses. */
80398039
idpCertificate?: Maybe<Scalars["X509Certificate"]>;
80408040
/** The Issuer Entity ID for the SAML Identity Provider */
80418041
issuer?: Maybe<Scalars["String"]>;
@@ -11528,7 +11528,7 @@ export declare type RepoCreateAuditEntry = Node & AuditEntry & RepositoryAuditEn
1152811528
createdAt: Scalars["PreciseDateTime"];
1152911529
/** The name of the parent repository for this forked repository. */
1153011530
forkParentName?: Maybe<Scalars["String"]>;
11531-
/** The name of the root repository for this netork. */
11531+
/** The name of the root repository for this network. */
1153211532
forkSourceName?: Maybe<Scalars["String"]>;
1153311533
id: Scalars["ID"];
1153411534
/** The corresponding operation type for the action */
@@ -12583,7 +12583,7 @@ export declare type RepositoryVulnerabilityAlert = Node & RepositoryNode & {
1258312583
createdAt: Scalars["DateTime"];
1258412584
/** The reason the alert was dismissed */
1258512585
dismissReason?: Maybe<Scalars["String"]>;
12586-
/** When was the alert dimissed? */
12586+
/** When was the alert dismissed? */
1258712587
dismissedAt?: Maybe<Scalars["DateTime"]>;
1258812588
/** The user who dismissed the alert */
1258912589
dismisser?: Maybe<User>;
@@ -12592,7 +12592,7 @@ export declare type RepositoryVulnerabilityAlert = Node & RepositoryNode & {
1259212592
repository: Repository;
1259312593
/** The associated security advisory */
1259412594
securityAdvisory?: Maybe<SecurityAdvisory>;
12595-
/** The associated security vulnerablity */
12595+
/** The associated security vulnerability */
1259612596
securityVulnerability?: Maybe<SecurityVulnerability>;
1259712597
/** The vulnerable manifest filename */
1259812598
vulnerableManifestFilename: Scalars["String"];
@@ -13162,7 +13162,7 @@ export declare type SmimeSignature = GitSignature & {
1316213162
/** True if the signature was made with GitHub's signing key. */
1316313163
wasSignedByGitHub: Scalars["Boolean"];
1316413164
};
13165-
/** Entites that can sponsor others via GitHub Sponsors */
13165+
/** Entities that can sponsor others via GitHub Sponsors */
1316613166
export declare type Sponsor = Organization | User;
1316713167
/** Entities that can be sponsored through GitHub Sponsors */
1316813168
export declare type Sponsorable = {

packages/core/src/github.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export type Scalars = {
2626
/** A string containing HTML code. */
2727
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2828
HTML: any;
29-
/** An ISO-8601 encoded UTC date string with millisecond precison. */
29+
/** An ISO-8601 encoded UTC date string with millisecond precision. */
3030
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3131
PreciseDateTime: any;
3232
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
@@ -1084,7 +1084,7 @@ export type Commit = Node &
10841084
commitUrl: Scalars["URI"];
10851085
/** The datetime when this commit was committed. */
10861086
committedDate: Scalars["DateTime"];
1087-
/** Check if commited via GitHub web UI. */
1087+
/** Check if committed via GitHub web UI. */
10881088
committedViaWeb: Scalars["Boolean"];
10891089
/** Committership details of the commit. */
10901090
committer?: Maybe<GitActor>;
@@ -2027,7 +2027,7 @@ export type CreateTeamDiscussionInput = {
20272027
title: Scalars["String"];
20282028
/** The content of the discussion. */
20292029
body: Scalars["String"];
2030-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2030+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
20312031
private?: Maybe<Scalars["Boolean"]>;
20322032
/** A unique identifier for the client performing the mutation. */
20332033
clientMutationId?: Maybe<Scalars["String"]>;
@@ -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",
@@ -8258,7 +8258,7 @@ export type OrgRestoreMemberAuditEntry = Node &
82588258
organizationUrl?: Maybe<Scalars["URI"]>;
82598259
/** The number of custom email routings for the restored member. */
82608260
restoredCustomEmailRoutingsCount?: Maybe<Scalars["Int"]>;
8261-
/** The number of issue assignemnts for the restored member. */
8261+
/** The number of issue assignments for the restored member. */
82628262
restoredIssueAssignmentsCount?: Maybe<Scalars["Int"]>;
82638263
/** Restored organization membership objects. */
82648264
restoredMemberships?: Maybe<OrgRestoreMemberAuditEntryMembership[]>;
@@ -8990,7 +8990,7 @@ export type OrganizationIdentityProvider = Node & {
89908990
/** External Identities provisioned by this Identity Provider */
89918991
externalIdentities: ExternalIdentityConnection;
89928992
id: Scalars["ID"];
8993-
/** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8993+
/** The x509 certificate used by the Identity Provider to sign assertions and responses. */
89948994
idpCertificate?: Maybe<Scalars["X509Certificate"]>;
89958995
/** The Issuer Entity ID for the SAML Identity Provider */
89968996
issuer?: Maybe<Scalars["String"]>;
@@ -12905,7 +12905,7 @@ export type RepoCreateAuditEntry = Node &
1290512905
createdAt: Scalars["PreciseDateTime"];
1290612906
/** The name of the parent repository for this forked repository. */
1290712907
forkParentName?: Maybe<Scalars["String"]>;
12908-
/** The name of the root repository for this netork. */
12908+
/** The name of the root repository for this network. */
1290912909
forkSourceName?: Maybe<Scalars["String"]>;
1291012910
id: Scalars["ID"];
1291112911
/** The corresponding operation type for the action */
@@ -14055,7 +14055,7 @@ export type RepositoryVulnerabilityAlert = Node &
1405514055
createdAt: Scalars["DateTime"];
1405614056
/** The reason the alert was dismissed */
1405714057
dismissReason?: Maybe<Scalars["String"]>;
14058-
/** When was the alert dimissed? */
14058+
/** When was the alert dismissed? */
1405914059
dismissedAt?: Maybe<Scalars["DateTime"]>;
1406014060
/** The user who dismissed the alert */
1406114061
dismisser?: Maybe<User>;
@@ -14064,7 +14064,7 @@ export type RepositoryVulnerabilityAlert = Node &
1406414064
repository: Repository;
1406514065
/** The associated security advisory */
1406614066
securityAdvisory?: Maybe<SecurityAdvisory>;
14067-
/** The associated security vulnerablity */
14067+
/** The associated security vulnerability */
1406814068
securityVulnerability?: Maybe<SecurityVulnerability>;
1406914069
/** The vulnerable manifest filename */
1407014070
vulnerableManifestFilename: Scalars["String"];
@@ -14695,7 +14695,7 @@ export type SmimeSignature = GitSignature & {
1469514695
wasSignedByGitHub: Scalars["Boolean"];
1469614696
};
1469714697

14698-
/** Entites that can sponsor others via GitHub Sponsors */
14698+
/** Entities that can sponsor others via GitHub Sponsors */
1469914699
export type Sponsor = Organization | User;
1470014700

1470114701
/** Entities that can be sponsored through GitHub Sponsors */

packages/gui/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ ipcMain.on("submit-export", async (event: any, form: any) => {
392392

393393
if (jira) {
394394
// Jira expects all comments to have a header of just "comment"
395-
// so we map commment0, comment1, comment2 etc to comment
395+
// so we map comment0, comment1, comment2 etc to comment
396396
mapHeaders = function (subHeader: string) {
397397
return subHeader.replace(/comment[0-9]+/, "comment");
398398
};

0 commit comments

Comments
 (0)