Skip to content
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 #31

Merged
merged 60 commits into from
Jul 30, 2023
Merged

Spelling #31

merged 60 commits into from
Jul 30, 2023

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Jul 27, 2023

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

The misspellings have been reported at https://github.com/jsoref/realopinsight/actions/runs/5682494915#summary-15401001697

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/realopinsight/actions/runs/5682495132#summary-15401002264

README.md Outdated Show resolved Hide resolved
@@ -207,7 +207,7 @@
<max-memory-request-size>1024</max-memory-request-size>
</connector-isapi>

<!-- Javascript debug options
<!-- JavaScript debug options
Copy link
Contributor Author

Choose a reason for hiding this comment

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

brand (matches below...)

@@ -336,7 +336,7 @@

<!-- Whether inline CSS is allowed.
Some Wt widgets will insert CSS rules in the the inline
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Duplicate words aren't technically misspellings, but spell-checking tools have flagged them for ages, so...

return std::make_tuple(ngrt4n::K8sPending, "", QObject::tr("container is wating").toStdString());
return std::make_tuple(ngrt4n::K8sPending, "", QObject::tr("container is waiting").toStdString());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This probably breaks translations.

There is an fr translation. For simplicity, I opted to not touch that file, and am hoping your translation process will deal w/ the change, but I can adjust it if requested.

Copy link
Owner

Choose a reason for hiding this comment

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

Yes, I'll update the fr translation.

StringPairT splitDataPointInfo(const QString &info); /* return <[sourcei:]hostaddr, checkid> */
StringPairT splitDataPointInfo(const QString &info); /* return <[source:]hostaddr, checkid> */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

??

Copy link
Owner

@rchakode rchakode Jul 30, 2023

Choose a reason for hiding this comment

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

This is a comment for code readability, I think the index of the source is relevant?

On success, the deployment does create a Kubernetes **ClusterIP** service named `realopinsiht`.
On success, the deployment does create a Kubernetes **ClusterIP** service named `realopinsight`.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

brand

<span id="import-nabios-bpi">${import-nabios-bpi}</span>
<span id="import-nagios-bpi">${import-nagios-bpi}</span>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

brand

@rchakode
Copy link
Owner

Hi @jsoref,
Thank you for P, we will review it.

jsoref added 16 commits July 30, 2023 03:28
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 10 commits July 30, 2023 04:16
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 25 commits July 30, 2023 04:16
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]>
@rchakode
Copy link
Owner

Dear @jsoref
Thank you again for this huge contribution.
I'll merge it and review the fr translation afterhand.

@rchakode rchakode merged commit 3f5639d into rchakode:main Jul 30, 2023
1 of 2 checks passed
@jsoref jsoref deleted the spelling branch July 30, 2023 08:54
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