mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #128] [MERGED] Fix spelling #275
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/128
Author: @Yaya-Cout
Created: 1/20/2022
Status: ✅ Merged
Merged: 1/20/2022
Merged by: @Lauryy06
Base:
upsilon-dev← Head:upsilon-dev-spell-fix📝 Commits (3)
981a93bFix spelling in .cpp files7e127dbFix spelling in all filesaf41c12Merge branch 'Lauryy06:upsilon-dev' into upsilon-dev-spell-fix📊 Changes
215 files changed (+424 additions, -425 deletions)
View changed files
📝
Makefile(+1 -1)📝
README.md(+10 -10)📝
apps/Makefile(+2 -2)📝
apps/apps_container.cpp(+2 -2)📝
apps/backlight_dimming_timer.cpp(+1 -1)📝
apps/backlight_dimming_timer.h(+1 -1)📝
apps/calculation/calculation_store.cpp(+5 -5)📝
apps/code/catalog.en.i18n(+1 -1)📝
apps/code/catalog.es.i18n(+1 -1)📝
apps/code/catalog.pt.i18n(+1 -1)📝
apps/code/test/variable_box_controller.cpp(+1 -1)📝
apps/code/variable_box_controller.cpp(+6 -6)📝
apps/code/variable_box_controller.h(+1 -1)📝
apps/graph/values/values_controller.cpp(+4 -4)📝
apps/home/Makefile(+1 -1)📝
apps/home/base.de.i18n(+2 -2)📝
apps/home/base.en.i18n(+2 -2)📝
apps/home/base.es.i18n(+2 -2)📝
apps/home/base.fr.i18n(+2 -2)📝
apps/home/base.hu.i18n(+2 -2)...and 80 more files
📄 Description
While I browsed the Upsilon's code, I saw a lot of spelling error, like “Exernal” instead of “External” in the README… In this pull request, I am trying to fix them, but there are probably still some errors because I have 3442 entries in my custom dictionary… If you want, I can upload it. You can find GitHub action build here
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.