Skip to content

Kitchen sink changes - #13968

Closed
aguashui wants to merge 1 commit into
linuxmint:masterfrom
aguashui:fix-typos-and-grammar
Closed

Kitchen sink changes#13968
aguashui wants to merge 1 commit into
linuxmint:masterfrom
aguashui:fix-typos-and-grammar

Conversation

@aguashui

@aguashui aguashui commented Sep 1, 2026

Copy link
Copy Markdown

Scanned the repo using tools like codespell, typos-cli, cspell, aspell, and hunspell, and corrected grammatical errors, typos, and misspelled identifiers across documentation, schemas, unit tests, build tools, and source or header files.

  • Refactorings: Fixed typos in code comments, log messages, string literals, and corrected misspelled function, class, and variable names across components:

    • mouseTrackTimoutId to mouseTrackTimeoutId in js/ui/deskletManager.js
    • last_update_timetamp to last_update_timestamp in files/usr/share/cinnamon/applets/calendar@cinnamon.org/eventView.js
    • strStrengh to strStrength in files/usr/share/cinnamon/applets/network@cinnamon.org/applet.js
    • inializeController to initializeController in files/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py
    • SytemdDBusProxyHandler to SystemdDBusProxyHandler in files/usr/share/cinnamon/cinnamon-settings/modules/cs_calendar.py
    • strengh_indicator to strength_indicator in files/usr/share/cinnamon/cinnamon-settings/modules/cs_user.py and files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py
    • strengh_label to strength_label in files/usr/share/cinnamon/cinnamon-settings/modules/cs_user.py and files/usr/share/cinnamon/cinnamon-settings-users/cinnamon-settings-users.py
    • session_deskop_files to session_desktop_files in data/wayland_sessions/meson.build and data/xsessions/meson.build
    • createCollapsableBox to createCollapsibleBox in tests/interactive/box-layout.js
    • test_dictionnary to test_dictionary in data/cldr2json/test/test_cldr2json.py
    • is_case_sentive to is_case_sensitive in src/st/croco/cr-simple-sel.h
    • extra-expaned to extra-expanded in src/st/croco/cr-fonts.c
  • String Literals and Messages:

    • Failed to destroy desket: to Failed to destroy desklet: in js/ui/deskletManager.js
    • inacessible to inaccessible in js/ui/lookingGlass.js
    • type impage: pil.Image to type image: pil.Image in files/usr/share/cinnamon/cinnamon-settings/bin/imtools.py
    • transpostion to transposition in files/usr/share/cinnamon/cinnamon-settings/bin/imtools.py
    • oritentation to orientation in files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
    • reachs to reaches, Time between each checks to Time between each check, and pre-selected to preselected in data/org.cinnamon.gschema.xml
  • Comments and Docstrings:

    • all the desklets as childs. to all the desklets as children. in js/ui/main.js
    • The mesesage tray to The message tray in js/ui/main.js
    • works file in normal scenarios to works fine in normal scenarios in js/ui/magnifier.js
    • real spirte texture scaling to real sprite texture scaling in js/ui/magnifier.js
    • magnifiying to magnifying in js/ui/magnifier.js
    • follow these heruistics: to follow these heuristics: in js/ui/search.js
    • showing the it to showing it and notifiation to notification in js/ui/messageTray.js
    • unparseable to unparsable in js/ui/panel.js
    • calender to calendar in files/usr/share/cinnamon/applets/calendar@cinnamon.org/applet.js
    • every time the visibles have changed to every time the visible items have changed in files/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js
    • transparant to transparent in files/usr/share/cinnamon/cinnamon-settings/bin/imtools.py
    • because we cant use a bind here to because we can not use a bind here in files/usr/share/cinnamon/cinnamon-settings/modules/cs_panel.py
    • explicitely to explicitly in data/cldr2json/cldr2json.py
    • overiew backgroound to overview background in data/theme/cinnamon-sass/widgets/_expo.scss
    • ClutterAlctor to ClutterActor and determing to determining in src/st/st-shadow.c
    • Reenable to Re-enable and recoring to recording in src/cinnamon-recorder.c
    • ConfigureNofify to ConfigureNotify in src/screensaver/backup-locker/gdk-event-filter-x11.c
    • reenabled to re-enabled, na_tray_child_has_alpha; to na_tray_child_has_alpha:, transparence to transparency, and with an parent-relative to with a parent-relative in src/tray/na-tray-child.c
    • Well explicitely clamp to We will explicitly clamp in src/st/st-adjustment.c
    • efect to effect in src/st/st-background-effect.c
    • StCliboard to StClipboard, retreived to retrieved, and unrefferenced to unreferenced in src/st/st-clipboard.c
    • signal hander to signal handler in src/st/st-drawing-area.c
    • notfied to notified in src/st/st-entry.c
    • Gets the size explicit size on the icon. This is not necesariily to Gets the explicit size on the icon. This is not necessarily in src/st/st-icon.c
    • ethe ClutterText to the ClutterText in src/st/st-label.c
    • straighforward to straightforward, veritcal to vertical, and overlayed to overlaid in src/st/st-scroll-view.c
    • uninitialised memory to uninitialized memory in src/st/st-table.c
    • sructure to structure and cachable to cacheable in src/st/st-texture-cache.c
    • explicitely to explicitly in src/st/st-theme-context.c
    • changess to changes in src/st/st-theme-node-drawing.c
    • horizonal to horizontal in src/st/st-theme-node.c
    • initialyze to initialize, get the the to get the, and broooken to broken in src/st/st-theme.c
    • st-scrollable-wiget.c to st-viewport.c in src/st/st-viewport.c
    • basic themeing properties to basic theming properties in src/st/st-widget.c
    • botttom to bottom in src/st/test-theme.c
    • Fixed typos and grammar in comments and docstrings across src/st/croco/
  • Documentation:

    • extensing the language to extending the language in docs/reference/cinnamon-tutorials/importer.xml
    • wont all fit to will not all fit and The each item to Each item in docs/reference/cinnamon-tutorials/xlet-settings-ref.xml
    • Now lets take to Now let us take and wont be able to will not be able to in docs/reference/cinnamon-tutorials/xlet-settings.xml
    • older Cinnamons. to older Cinnamon versions. in docs/reference/cinnamon-tutorials/xlet-versioning.xml
    • barebone to barebones in docs/reference/cinnamon-tutorials/write-applet.xml

@aguashui aguashui changed the title Fix spelling and grammatical errors across codebase and documentation Kitchen sink changes Sep 1, 2026
@aguashui
aguashui marked this pull request as ready for review September 1, 2026 01:19
@mtwebster mtwebster closed this Sep 1, 2026
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