Fix typo: occured -> occurred - #10764
Open
HachemJ wants to merge 5 commits into
Open
Conversation
Collaborator
|
@HachemJ Conflicts.. at this point can we just send this to main? It's been spelled wrong for a long time and I don't want to risk introducing regressions into the testing |
Contributor
Author
Sure. I'm curious though. |
Collaborator
|
It's low probability and low risk but if a translation is missed somewhere that it's trying to look up the typo version or a translated msgid not corrected in a language somewhere |
HachemJ
force-pushed
the
FixTypoOccuredToOccurred
branch
from
July 20, 2026 20:43
41c2f01 to
1d2b622
Compare
HachemJ
force-pushed
the
FixTypoOccuredToOccurred
branch
from
July 20, 2026 20:48
1d2b622 to
41c2f01
Compare
HachemJ
force-pushed
the
FixTypoOccuredToOccurred
branch
from
July 20, 2026 20:51
41c2f01 to
5a0f865
Compare
Contributor
Author
|
Now going into aces:main instead of aces:29.0-release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brief summary of changes
This PR fixes the misspelling of the word 'occured' in around 100 different files.
Fix : 'occured' -> 'occurred'
Testing instructions (if applicable)
git grep -nw "An error occured while loading the page."in the loris directory before and after these changes.git grep -nw "a network error occured"in the loris directory before and after these changes.git grep -nw "occured"in the loris directory before and after these changes.