From 062d2b697e5cdec6653706e79199d42ed995de11 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Sun, 2 Aug 2026 11:15:27 -0700 Subject: [PATCH] pkgs: fix typos in applications, data, desktops, games and misc Assisted-by: Claude Code (claude-opus-5) --- .../editors/jetbrains/plugins/default.nix | 2 +- pkgs/applications/editors/neovim/wrapper.nix | 2 +- .../editors/vscode/extensions/default.nix | 14 +++++++------- .../extensions/ms-vscode.cpptools/default.nix | 2 +- pkgs/applications/editors/vscode/vscode.nix | 2 +- pkgs/applications/graphics/sane/frontends.nix | 2 +- .../misc/cubocore-packages/corefm/default.nix | 2 +- .../misc/cubocore-packages/libcprime/default.nix | 2 +- pkgs/applications/misc/inochi2d/default.nix | 2 +- .../networking/cluster/hadoop/default.nix | 4 ++-- .../networking/cluster/helm/plugins/helm-dt.nix | 2 +- .../networking/cluster/spark/default.nix | 2 +- pkgs/applications/radio/gnuradio/wrapper.nix | 2 +- .../plugins/advanced-scene-switcher/default.nix | 2 +- .../virtualization/singularity/generic.nix | 2 +- .../virtualization/singularity/packages.nix | 2 +- pkgs/data/fonts/open-relay/default.nix | 2 +- .../desktops/gnome/extensions/update-extensions.py | 2 +- pkgs/games/quake3/content/hires.nix | 2 +- pkgs/misc/barebox/default.nix | 2 +- 20 files changed, 27 insertions(+), 27 deletions(-) diff --git a/pkgs/applications/editors/jetbrains/plugins/default.nix b/pkgs/applications/editors/jetbrains/plugins/default.nix index 5eaf7dbbff43..04c86a5fca4f 100644 --- a/pkgs/applications/editors/jetbrains/plugins/default.nix +++ b/pkgs/applications/editors/jetbrains/plugins/default.nix @@ -16,7 +16,7 @@ let processPlugin = plugin: - # We can remove this check and just asume plugins to be derivations starting with 26.11. + # We can remove this check and just assume plugins to be derivations starting with 26.11. lib.throwIfNot (lib.isDerivation plugin) "addPlugins no longer supports resolving plugins by name or id strings. Please supply a derivation instead" plugin; diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix index f048fac3ac2b..47b37f1a8e28 100644 --- a/pkgs/applications/editors/neovim/wrapper.nix +++ b/pkgs/applications/editors/neovim/wrapper.nix @@ -46,7 +46,7 @@ let withPerl ? false, withRuby ? false, - # wether to create symlinks in $out/bin/vi(m) -> $out/bin/nvim + # whether to create symlinks in $out/bin/vi(m) -> $out/bin/nvim vimAlias ? false, viAlias ? false, diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index db6259d847ca..51c6b4690c5b 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1117,7 +1117,7 @@ let hash = "sha256-aSyTgGZt9AMZopmPLHb3Mc2RxUGZH87eMtOPX8DlgWQ="; }; meta = { - description = "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP)"; + description = "The official CUE extension for VS Code, providing syntax highlighting and language server integration (LSP)"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=cuelangorg.vscode-cue"; homepage = "https://github.com/cue-lang/vscode-cue"; license = lib.licenses.mit; @@ -1380,7 +1380,7 @@ let }; meta = { changelog = "https://marketplace.visualstudio.com/items/DivyanshuAgrawal.competitive-programming-helper/changelog"; - description = "Makes judging, compiling, and downloading problems for competitve programming easy. Also supports auto-submit for a few sites"; + description = "Makes judging, compiling, and downloading problems for competitive programming easy. Also supports auto-submit for a few sites"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper"; homepage = "https://github.com/agrawal-d/cph"; license = lib.licenses.gpl3; @@ -1553,7 +1553,7 @@ let hash = "sha256-6xooF8petGLn8Zlh8rCXG2RJdAcdt8t8GPwhfgc5Gxs="; }; meta = { - description = "Adwaita VS Code theme with Github syntax highlighting"; + description = "Adwaita VS Code theme with GitHub syntax highlighting"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=egirlcatnip.adwaita-github-theme"; homepage = "https://github.com/egirlcatnip/adwaita-github-theme"; license = lib.licenses.gpl3; @@ -1664,7 +1664,7 @@ let hash = "sha256-caNcbDTB/F2mdlGpfIfJv13lzY5Wwj7p7r8dAte9+3A="; }; meta = { - description = "Visual Studio Code extension of using chinese-english dictonary in right-click menu"; + description = "Visual Studio Code extension of using chinese-english dictionary in right-click menu"; homepage = "https://github.com/exiahuang/fanyi-vscode"; changelog = "https://marketplace.visualstudio.com/items/ExiaHuang.dictionary/changelog"; license = lib.licenses.gpl3Only; @@ -3039,7 +3039,7 @@ let }; meta = { changelog = "https://marketplace.visualstudio.com/items/mechatroner.rainbow-csv/changelog"; - description = "Rainbow syntax higlighting for CSV and TSV files in Visual Studio Code"; + description = "Rainbow syntax highlighting for CSV and TSV files in Visual Studio Code"; downloadPage = "https://marketplace.visualstudio.com/items?itemname=mechatroner.rainbow-csv"; homepage = "https://github.com/mechatroner/vscode_rainbow_csv"; license = lib.licenses.mit; @@ -3138,7 +3138,7 @@ let meta = { changelog = "https://github.com/moshfeu/vscode-compare-folders/releases"; - description = "Extension allows you to compare folders, show the diffs in a list and present diff in a splitted view side by side"; + description = "Extension allows you to compare folders, show the diffs in a list and present diff in a split view side by side"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=moshfeu.compare-folders"; homepage = "https://github.com/moshfeu/vscode-compare-folders"; license = lib.licenses.mit; @@ -5468,7 +5468,7 @@ let hash = "sha256-sin2kTx7aXFPhtraKUjsowuV8Z2z237RIePL4F/JiPM="; }; meta = { - description = "Visual Studio Code extension to help user easyly finish long words "; + description = "Visual Studio Code extension to help user easily finish long words "; longDescription = '' Dictionary completion allows user to get a list of keywords, based off of the current word at the cursor. This is useful if you are typing a long word (e.g. acknowledgeable) and don't want to finish typing or don't remember the Spelling diff --git a/pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/default.nix b/pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/default.nix index 902cda5b3941..f0bee93edf8f 100644 --- a/pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/default.nix +++ b/pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/default.nix @@ -24,7 +24,7 @@ So, in order for debugging to work properly, you merely need to create symlinks to one of these terminals at the appropriate location. - The good news is the the utility library is open source and with some effort + The good news is the utility library is open source and with some effort we could build a patched version ourselves. See: diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix index 6b237b302a68..72f67bb49c83 100644 --- a/pkgs/applications/editors/vscode/vscode.nix +++ b/pkgs/applications/editors/vscode/vscode.nix @@ -10,7 +10,7 @@ # sourceExecutableName is the name of the binary in the source archive over # which we have no control and it is needed to run the insider version as # documented in https://wiki.nixos.org/wiki/Visual_Studio_Code#Insiders_Build - # On MacOS the insider binary is still called code instead of code-insiders as + # On macOS the insider binary is still called code instead of code-insiders as # of 2023-08-06. sourceExecutableName ? "code" + lib.optionalString (isInsiders && stdenv.hostPlatform.isLinux) "-insiders", diff --git a/pkgs/applications/graphics/sane/frontends.nix b/pkgs/applications/graphics/sane/frontends.nix index 449156a56f06..6c854e10d65c 100644 --- a/pkgs/applications/graphics/sane/frontends.nix +++ b/pkgs/applications/graphics/sane/frontends.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: { sha256 = "1ad4zr7rcxpda8yzvfkq1rfjgx9nl6lan5a628wvpdbh3fn9v0z7"; }; - # add all fedora patchs. fix gcc-14 build among other things + # add all fedora patches. fix gcc-14 build among other things # https://src.fedoraproject.org/rpms/sane-frontends/tree/main patches = let diff --git a/pkgs/applications/misc/cubocore-packages/corefm/default.nix b/pkgs/applications/misc/cubocore-packages/corefm/default.nix index f297314c5657..28ad0c2ef778 100644 --- a/pkgs/applications/misc/cubocore-packages/corefm/default.nix +++ b/pkgs/applications/misc/cubocore-packages/corefm/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: { ]; meta = { - description = "Lightwight filemanager from the C Suite"; + description = "Lightweight filemanager from the C Suite"; mainProgram = "corefm"; homepage = "https://gitlab.com/cubocore/coreapps/corefm"; license = lib.licenses.gpl3Plus; diff --git a/pkgs/applications/misc/cubocore-packages/libcprime/default.nix b/pkgs/applications/misc/cubocore-packages/libcprime/default.nix index 7bfde551bb3d..faab1e369458 100644 --- a/pkgs/applications/misc/cubocore-packages/libcprime/default.nix +++ b/pkgs/applications/misc/cubocore-packages/libcprime/default.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { dontWrapQtApps = true; meta = { - description = "Library for bookmarking, saving recent activites, managing settings of C-Suite"; + description = "Library for bookmarking, saving recent activities, managing settings of C-Suite"; homepage = "https://gitlab.com/cubocore/libcprime"; license = lib.licenses.gpl3Plus; maintainers = [ ]; diff --git a/pkgs/applications/misc/inochi2d/default.nix b/pkgs/applications/misc/inochi2d/default.nix index d66c4b5035a6..f0696f9d5bb2 100644 --- a/pkgs/applications/misc/inochi2d/default.nix +++ b/pkgs/applications/misc/inochi2d/default.nix @@ -8,7 +8,7 @@ # Note for maintainers: # -# These packages are only allowed to be packaged under the the condition that we +# These packages are only allowed to be packaged under the condition that we # - patch source/creator/config.d to not point to upstream's bug tracker # - use the "barebones" configuration to remove the mascot and logo from the build # diff --git a/pkgs/applications/networking/cluster/hadoop/default.nix b/pkgs/applications/networking/cluster/hadoop/default.nix index 11e899ebe285..0fbaa46d2364 100644 --- a/pkgs/applications/networking/cluster/hadoop/default.nix +++ b/pkgs/applications/networking/cluster/hadoop/default.nix @@ -155,9 +155,9 @@ let computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on - hardware to deliver high-avaiability, the library itself is + hardware to deliver high-availability, the library itself is designed to detect and handle failures at the application layer, - so delivering a highly-availabile service on top of a cluster of + so delivering a highly-available service on top of a cluster of computers, each of which may be prone to failures. ''; maintainers = with lib.maintainers; [ illustris ]; diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-dt.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-dt.nix index 20968d05f475..6326694feb55 100644 --- a/pkgs/applications/networking/cluster/helm/plugins/helm-dt.nix +++ b/pkgs/applications/networking/cluster/helm/plugins/helm-dt.nix @@ -40,7 +40,7 @@ buildGoModule rec { ''; meta = { - description = "Helm Distribution plugin is is a set of utilities and Helm Plugin for making offline work with Helm Charts easier"; + description = "Helm Distribution plugin is a set of utilities and Helm Plugin for making offline work with Helm Charts easier"; homepage = "https://github.com/vmware-labs/distribution-tooling-for-helm"; maintainers = with lib.maintainers; [ ascii17 ]; license = lib.licenses.mit; diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix index 3b1e20abb868..b319a6dec41a 100644 --- a/pkgs/applications/networking/cluster/spark/default.nix +++ b/pkgs/applications/networking/cluster/spark/default.nix @@ -8,7 +8,7 @@ RSupport ? true, R, nixosTests, - # needeed in situations where hadoop's jdk version is too old + # needed in situations where hadoop's jdk version is too old jdk21_headless, }: diff --git a/pkgs/applications/radio/gnuradio/wrapper.nix b/pkgs/applications/radio/gnuradio/wrapper.nix index 4afa3cca6afc..3ebf0430be1f 100644 --- a/pkgs/applications/radio/gnuradio/wrapper.nix +++ b/pkgs/applications/radio/gnuradio/wrapper.nix @@ -27,7 +27,7 @@ atk, # For Adding additional GRC blocks extraPackages ? [ ], - # For Adding additional python packaages + # For Adding additional python packages extraPythonPackages ? [ ], soapysdr, # For it's passthru.searchPath # soapysdr plugins we add by default. Ideally, we should have a diff --git a/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix b/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix index 6c67d1757316..fd1d8d0a3ee5 100644 --- a/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix +++ b/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix @@ -21,7 +21,7 @@ libusb1, pkg-config, # #FIXME: Could not get cmake to pick up on these dependencies - # Ommiting them prevents cmake from building the OCR video capabilities + # Omitting them prevents cmake from building the OCR video capabilities # Everything else should work it's just missing this one plugin # tesseract, # leptonica, diff --git a/pkgs/applications/virtualization/singularity/generic.nix b/pkgs/applications/virtualization/singularity/generic.nix index 7edf7607bfd7..e2804889ebcf 100644 --- a/pkgs/applications/virtualization/singularity/generic.nix +++ b/pkgs/applications/virtualization/singularity/generic.nix @@ -1,4 +1,4 @@ -# Configurations that should only be overrided by +# Configurations that should only be overridden by # overrideAttrs { pname, diff --git a/pkgs/applications/virtualization/singularity/packages.nix b/pkgs/applications/virtualization/singularity/packages.nix index cb2d1b5e8c25..44258928ee27 100644 --- a/pkgs/applications/virtualization/singularity/packages.nix +++ b/pkgs/applications/virtualization/singularity/packages.nix @@ -98,7 +98,7 @@ let description = ""; longDescription = '' This package produces identical store derivations to `pkgs.${packageName}` - overriden and installed by the NixOS module `programs.singularity` + overridden and installed by the NixOS module `programs.singularity` with default configuration. This is for binary substitutes only. Use pkgs.${packageName} instead. diff --git a/pkgs/data/fonts/open-relay/default.nix b/pkgs/data/fonts/open-relay/default.nix index caeb085fa28c..a92b26190631 100644 --- a/pkgs/data/fonts/open-relay/default.nix +++ b/pkgs/data/fonts/open-relay/default.nix @@ -67,7 +67,7 @@ lib.mapAttrs mkOpenRelayTypeface { supports many scripts and a large number of Unicode blocks as well as constructed scripts as encoded in the Under-ConScript Unicode Registry, pseudographics and semigraphics, and tons of private use characters. It - has been superceded by Fairfax HD but is still maintained. + has been superseded by Fairfax HD but is still maintained. ''; }; }; diff --git a/pkgs/desktops/gnome/extensions/update-extensions.py b/pkgs/desktops/gnome/extensions/update-extensions.py index 1d8a27a4f315..c26433e0a936 100755 --- a/pkgs/desktops/gnome/extensions/update-extensions.py +++ b/pkgs/desktops/gnome/extensions/update-extensions.py @@ -340,7 +340,7 @@ def serialize_extensions(processed_extensions: list[dict[str, Any]]) -> None: out.write("[ ") else: out.write(", ") - # Dump each extension into a single-line string forst + # Dump each extension into a single-line string first serialized_extension = json.dumps(extension, ensure_ascii=False) # Inject line breaks for each supported version for version in supported_versions: diff --git a/pkgs/games/quake3/content/hires.nix b/pkgs/games/quake3/content/hires.nix index 85b9fe497bb8..0ccc738ed7e0 100644 --- a/pkgs/games/quake3/content/hires.nix +++ b/pkgs/games/quake3/content/hires.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: { # According to the @diegoulloao (see https://github.com/diegoulloao/ioquake3-mac-install/issues/23#issuecomment-2817031996) # quake3-live-sounds.pk3 is likely a custom repack from https://www.moddb.com/addons/quake-live-announcers-pack # zpack-weapons.pk3 is an amalgamation of multiple mods, where he can't recall which ones he used exactly. - # It still makes him the authorative source for these file. + # It still makes him the authoritative source for these file. ioquake3_mac = fetchFromGitHub { owner = "diegoulloao"; repo = "ioquake3-mac-install"; diff --git a/pkgs/misc/barebox/default.nix b/pkgs/misc/barebox/default.nix index bc9c04a62f2c..cbbc3fc8a9db 100644 --- a/pkgs/misc/barebox/default.nix +++ b/pkgs/misc/barebox/default.nix @@ -93,7 +93,7 @@ let with lib; { homepage = "https://www.barebox.org"; - description = "Swiss Army Knive for bare metal"; + description = "Swiss Army Knife for bare metal"; license = licenses.gpl2Only; maintainers = with maintainers; [ emantor ]; }