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

Fix spelling errors #1993

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix spelling errors #1993

wants to merge 2 commits into from

Conversation

timmiesmith
Copy link
Contributor

The codespell scan on #1992 identified several spelling errors in the repository -- https://github.com/uxlfoundation/oneDPL/actions/runs/12658581533/job/35275850152?pr=1992

This PR corrects those errors and updates two URLs in documentation where the oneapi-src organization was not replaced with uxlfoundation.

@timmiesmith timmiesmith requested a review from mmichel11 January 7, 2025 21:34
@@ -46,7 +46,7 @@ int
main()
{
auto ret = kernel_test();
EXPECT_TRUE(ret, "Wrong result of work with in emply dpl::array in kernel_test");
EXPECT_TRUE(ret, "Wrong result of work with in empty dpl::array in kernel_test");
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
EXPECT_TRUE(ret, "Wrong result of work with in empty dpl::array in kernel_test");
EXPECT_TRUE(ret, "Wrong result of work with empty dpl::array in kernel_test");

Small grammatical error.

@mmichel11
Copy link
Contributor

One more spelling error I noticed that seems to be missed by spellcheck. This line on our homepage README:

governed by th [UXL Foundation]. See [How to Contribute] for more details.

I think "governed by th [UXL Foundation]." should be "governed by the [UXL Foundation]."

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