Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Spelling #1048

Open
wants to merge 79 commits into
base: master
Choose a base branch
from
Open

Spelling #1048

wants to merge 79 commits into from

Conversation

jsoref
Copy link

@jsoref jsoref commented Oct 2, 2022

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at jsoref@6a6d4eb#commitcomment-85635162

The action reports that the changes in this PR would make it happy: jsoref@21a7cf2

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

jsoref added 30 commits October 2, 2022 13:55
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
jsoref added 27 commits October 2, 2022 16:23
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Copy link
Author

@jsoref jsoref left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most corrections automatically suggested by Google Sheets. All fault mine.

name: "MapChartElementkAttribute",
name: "MapChartElementAttribute",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible this is important...

@@ -51,7 +51,7 @@ import { EditorType } from "./stores/app_store";
import { LocalizationConfig } from "../container/container";

export class ApplicationExtensionContext implements ExtensionContext {
constructor(public app: Application) {}
constructor(public app: Application) { }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't do this. But I apparently opened this file in VSCode and some reformatting rule apparently insisted (it also rewrote my workflow yaml).

I'm willing to drop these changes, but do note that files should not trip up drive-by-contributors which means someone should really clean up the codebase so this doesn't happen when the next person drives by.

localizaiton: LocalizationConfig,
localization: LocalizationConfig,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible this is a public api. I hope it isn't...

export * from "./messsage_box";
export * from "./message_box";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File renamed below

export function getAligntment(anchor: Element) {
export function getAlignment(anchor: Element) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible this is an api

const gridineArcRotate = 90;
const gridlineArcRotate = 90;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

*
* ![Plot segmets](media://plotsegmets_scaffolds.png)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find this file

@@ -7,7 +7,7 @@ import { useEffect } from "react";
import { ZoomInfo } from "../..";
import { AxisDataBindingType } from "../../specification/types";

export interface VirtualScrollBarPropertes {
export interface VirtualScrollBarProperties {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

api?

@@ -10,7 +10,7 @@ import { snapToAttribute } from "../../prototypes/update_attribute";
import { ConstraintPlugin, ConstraintSolver, Variable } from "../abstract";

// eslint-disable-next-line
export interface PolarCoordinatorPluginOptions {}
export interface PolarCoordinatorPluginOptions { }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See earlier note about random whitespace changes from formatters

* * Solve sparse constrained linear least square problems using a lagrange method.
* * Solve sparse constrained linear least square problems using a Lagrange method.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eigen below is capitalized. I don't see any reason not to treat Lagrange with similar respect.

@jsoref
Copy link
Author

jsoref commented Oct 11, 2022

@bongshin: do I need to do something to push this along?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants