Floorp-Projects / Floorp-core

29 stars 24 forks source link

typos #28

Closed spaette closed 6 months ago

spaette commented 8 months ago
$ cat typos.sh
#!/bin/sh

sed -i "s/Brasilian/Brazilian/g" Floorp-core/browser/components/calendar/content/chance.js
sed -i "s/Exlude/Exclude/g" Floorp-core/browser/base/content/browser-ssb-manager.js
sed -i "s/LICESNE/LICENSE/g" Floorp-core/browser/extensions/userChromejs/README.md
sed -i "s/Mutipler/Multiplier/g" Floorp-core/browser/components/about/aboutdino/dino.js
sed -i "s/Notificaiton/Notification/g" Floorp-core/browser/extensions/webextensions/moz.build
sed -i "s/approriate/appropriate/g" Floorp-core/browser/components/about/aboutdino/dino.js
sed -i "s/betweeen/between/g" Floorp-core/browser/components/about/aboutdino/dino.js
sed -i "s/buttions/buttons/g" Floorp-core/browser/extensions/webextensions/multirow-tabs/browser.css
sed -i "s/compatibity/compatibility/g" Floorp-core/browser/base/content/browser-verticaltabs.css
sed -i "s/completeley/complete/g" Floorp-core/docs/changed-firefox-codes.md
sed -i "s/constuructor/constructor/g" Floorp-core/browser/components/calendar/content/tui-date-picker.js
sed -i "s/constuructor/constructor/g" Floorp-core/browser/components/calendar/content/tui-time-picker.js
sed -i "s/custamizeble/customizable/g" Floorp-core/browser/base/content/browser-overrides.js
sed -i "s/desgin/design/g" Floorp-core/browser/base/content/browser-design.js
sed -i "s/desgin/design/g" Floorp-core/browser/components/welcome/welcome.css
sed -i "s/desgin/design/g" Floorp-core/browser/components/welcome/welcome.html
sed -i "s/desgin/design/g" Floorp-core/browser/themes/jar.mn
sed -i "s/discribe/describe/g" Floorp-core/browser/components/welcome/welcome.html
sed -i "s/discribe/describe/g" Floorp-core/browser/components/welcome/welcome.css
sed -i "s/exectuable/executable/g" Floorp-core/build/codesign/mac/codesign.bash
sed -i "s/exmaple/example/g" Floorp-core/browser/components/calendar/content/tui-date-picker.js
sed -i "s/explicitely/explicitly/g" Floorp-core/browser/components/calendar/content/chance.js
sed -i "s/hander/handler/g" Floorp-core/browser/components/calendar/content/toastui-calendar.js
sed -i "s/hander/handler/g" Floorp-core/browser/components/calendar/content/tui-date-picker.js
sed -i "s/hander/handler/g" Floorp-core/browser/components/calendar/content/tui-time-picker.js
sed -i "s/increses/increases/g" Floorp-core/browser/components/about/aboutdino/dino.js
sed -i "s/indivdual/individual/g" Floorp-core/browser/components/about/aboutdino/dino.js
sed -i "s/infomation/information/g" Floorp-core/browser/base/content/browser-workspaces.js
sed -i "s/infomation/information/g" Floorp-core/browser/base/content/browser-ssb-manager.js
sed -i "s/intenal/internal/g" Floorp-core/browser/components/FloorpStartup.sys.mjs
sed -i "s/migation/migration/g" Floorp-core/browser/base/content/browser-floorp.css
sed -i "s/peformance/performance/g" Floorp-core/browser/base/content/browser-workspaces.js
sed -i "s/posisition/position/g" Floorp-core/browser/themes/designs/gnomeUI/gnomeUI.css
sed -i "s/prefereces/preferences/g" Floorp-core/browser/extensions/webextensions/floorp-system/shared/webcompat/fix-addons-mozilla-org.css
sed -i "s/suppor /support /g" Floorp-core/browser/themes/designs/gnomeUI/gnomeUI.css
$ 

What's the intention of this comment?

$ grep -nr Obsert Floorp-core
Floorp-core/browser/components/preferences/lepton.js:19:   //select lepton mode ( Obsert the below 1 or 2 Mode will Select Lepton or Photon )
$

Are the following strings originating externally to this repository?

# sed -i "s/comabine/combined/g" Floorp-core/browser/themes/designs/lepton/leptonChrome.css
# sed -i "s/comabine/combined/g" Floorp-core/browser/themes/designs/lepton/photonChrome-multitab.css
# sed -i "s/conatiner/container/g" Floorp-core/browser/components/preferences/dialogs/manageWorkspace.js
# sed -i "s/conatiner/container/g" Floorp-core/browser/themes/designs/lepton/leptonChrome.css
# sed -i "s/conatiner/container/g" Floorp-core/browser/themes/designs/lepton/photonChrome-multitab.css
# sed -i "s/custum/custom/g" Floorp-core/browser/base/content/browser-UI-custom.js
# sed -i "s/custum/custom/g" Floorp-core/browser/themes/jar.mn

If the string custum is typo corrected the relevant file should be renamed.

# mv Floorp-core/browser/themes/designs/options/browser-custum-dlmgr.css Floorp-core/browser/themes/designs/options/browser-custom-dlmgr.css

These strings originate externally to this repository.


$ grep -nr occured Floorp-core
Floorp-core/browser/components/ssb/SiteSpecificBrowserService.sys.mjs:478:   * has occured call this.
$ grep -nr occuring Floorp-core
Floorp-core/browser/components/calendar/content/toastui-calendar.js:9831:   * See more: https://github.com/pmndrs/zustand/blob/master/readme.md#transient-updates-for-often-occuring-state-changes
Floorp-core/browser/components/calendar/content/toastui-calendar.js:12030:// Reference: https://github.com/pmndrs/zustand#transient-updates-for-often-occuring-state-changes
$ 
spaette commented 8 months ago

@surapunoyousei

What's the significance of final consonant in the grepped for string?

$ grep -nr hoverd Floorp-core
Floorp-core/browser/themes/designs/options/native-verticaltab-hover.css:17:  --hoverd-verticaltab-width: 20em;
Floorp-core/browser/themes/designs/options/native-verticaltab-hover.css:75:  margin-right: calc((var(--hoverd-verticaltab-width) - var(--default-verticaltab-width) + 10px) * -1) !important;
Floorp-core/browser/themes/designs/options/native-verticaltab-hover.css:80:  margin-left: calc((var(--hoverd-verticaltab-width) - var(--default-verticaltab-width) + 10px) * -1) !important;
$ 
surapunoyousei commented 7 months ago

I am on vacation for a month, so please wait.

I've been developing for more than a few months straight and my body is a wreck.

spaette commented 7 months ago

on vacation

The ticket is low priority.

spaette commented 6 months ago

I presume these strings do not originate externally to this repository?

$ grep -nr Notificaiton Floorp-core
Floorp-core/browser/extensions/webextensions/moz.build:21:# floorp-system = Floorp System Addon (Webcompat, Notificaiton, etc)
$ grep -nr approriate Floorp-core
Floorp-core/browser/components/about/aboutdino/dino.js:1719:     * The approriate drop velocity is also set.
$ grep -nr betweeen Floorp-core
Floorp-core/browser/components/about/aboutdino/dino.js:1526:   * minGap: minimum pixel space betweeen obstacles.
$ 

@TheChilledBuffalo

A recursive grep on a clone of the Unified-l10n-central repo for the following strings might reveal some additional typos.

backuped chage keyborad occured positon unknwon

NB: backup-time could be substituted for backuped-time.