-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #26
base: master
Are you sure you want to change the base?
Spelling #26
Conversation
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]>
There was a problem hiding this 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.
setCommmonName(commonName); | ||
setCommonName(commonName); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This puzzles/scares me...
@@ -49,7 +49,7 @@ class PixelBuffer { | |||
private Double borderTop; | |||
@JsonProperty("border_left") | |||
private Double borderLeft; | |||
@JsonProperty("border_bottomw") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at jsoref@365ea15#commitcomment-88031495
The action reports that the changes in this PR would make it happy: jsoref@15e2f2c
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.