Skip to content

Conversation

@ericcornelissen
Copy link
Contributor

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.

This fixes typos in both the source code (variable names, logging, and comments) and a couple of config files (.yml). Notable changes:

  • Rename "toolrunnner" (three 'n') to "toolrunner" in various files
  • Rename "relativeFilepaht" to "relativeFilepath" in src/fingerprints.test.ts
  • In the config files, only description values were changed

- Rename "toolrunnner" (three 'n') to "toolrunner"
- Rename "relativeFilepaht" to "relativeFilepath"
- Fix various typos in documentation & comments
- Fix typos in logs and test names
Copy link
Contributor

@robertbrignull robertbrignull left a comment

Choose a reason for hiding this comment

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

Wow, we're apparently really bad at spelling. Thanks for finding all of these.
One comment, and also you'll have to merge main and rebuild the javascript since another PR has been merged.


interface AutobuildStatusReport extends actionsUtil.StatusReportBase {
// Comma-separated set of languages being autobuilt
// Comma-separated set of languages being autobuild
Copy link
Contributor

Choose a reason for hiding this comment

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

This one I'm not so sure about. It's debatable because "autobuild" or "autobuilt" are not really real words. I'd argue that "autobuilt" is more correct here since it would be correct if you removed the "auto" prefix. Maybe it would be more clear with a hyphen as "auto-built".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually, this one is my mistake I would say. I think autobuilt would be "correct", but I like auto-built better 😃

@robertbrignull
Copy link
Contributor

Sorry I think you've conflicted with your own PR again (#310)

@robertbrignull
Copy link
Contributor

Ah, snap! You just pushed.

@robertbrignull robertbrignull merged commit c4b7211 into github:main Nov 20, 2020
@ericcornelissen ericcornelissen deleted the fix-typos branch November 20, 2020 13:52
@github-actions github-actions bot mentioned this pull request Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants