From: Zhizhen He Date: Sun, 18 Aug 2024 17:09:45 +0000 (+0800) Subject: Fix various typo (#427) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/cce3719b02d99d536c3d8b77b8d540e1c47b8d55 Fix various typo (#427) --- diff --git a/README.md b/README.md index c2f6efd..6bf56d1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ brew upgrade xdg-ninja --fetch-HEAD ### Other Package Managers -`xdg-ninja` is avaliable in many other package managers. +`xdg-ninja` is available in many other package managers. The full list is available on the [repology page](https://repology.org/project/xdg-ninja/versions). diff --git a/flake.nix b/flake.nix index e2ce21f..a84a475 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ in rec { packages = flake-utils.lib.flattenTree rec { default = xdg-ninja; - # The shell script and configurations, uses derivation from offical nixpkgs + # The shell script and configurations, uses derivation from official nixpkgs xdg-ninja = pkgs.stdenvNoCC.mkDerivation { pname = "xdg-ninja"; version = "0.1.0"; diff --git a/programs/bazaar.json b/programs/bazaar.json index 6be6535..0bf7b96 100644 --- a/programs/bazaar.json +++ b/programs/bazaar.json @@ -1,7 +1,7 @@ { "files": [ { - "help": "Try exporting the following enviornment variable:\n```bash\nBZR_LOG=$XDG_CACHE_HOME/bazaar\n```\n", + "help": "Try exporting the following environment variable:\n```bash\nBZR_LOG=$XDG_CACHE_HOME/bazaar\n```\n", "movable": true, "path": "$HOME/.bzr.log" }, diff --git a/programs/docker.json b/programs/docker.json index 3ef1435..0abbebd 100644 --- a/programs/docker.json +++ b/programs/docker.json @@ -3,7 +3,7 @@ { "path": "$HOME/.docker", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-dektop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n" + "help": "Export the following environment variables:\n\n```bash\nexport DOCKER_CONFIG=\"$XDG_CONFIG_HOME\"/docker\n```\n\n_Note: docker-desktop won't follow this rulling, see:_ [https://github.com/docker/roadmap/issues/408](https://github.com/docker/roadmap/issues/408)\n" } ], "name": "docker" diff --git a/programs/dotnet.json b/programs/dotnet.json index df88430..17fb1e4 100644 --- a/programs/dotnet.json +++ b/programs/dotnet.json @@ -13,7 +13,7 @@ { "path": "$HOME/.net", "movable": false, - "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's pratically impossible to provide a general way to configure this specific behaviour.\n" + "help": "This directory is used by software written with .NET to store all the DLLs they need to work.\nSo it's practically impossible to provide a general way to configure this specific behaviour.\n" } ], "name": "dotnet" diff --git a/programs/login.json b/programs/login.json index bfc265b..bc3a97c 100644 --- a/programs/login.json +++ b/programs/login.json @@ -4,7 +4,7 @@ { "path": "$HOME/.hushlogin", "movable": true, - "help": "This is an optional file that surpresses the shell login message\n\nYou can safely remove this file if you do not want to silence your shell startup\n\nSome systems support moving this file to _/etc/hushlogins_\n\nRun `man login` for documentation" + "help": "This is an optional file that suppresses the shell login message\n\nYou can safely remove this file if you do not want to silence your shell startup\n\nSome systems support moving this file to _/etc/hushlogins_\n\nRun `man login` for documentation" } ] } diff --git a/programs/mycli.json b/programs/mycli.json index 13febf4..dba0195 100644 --- a/programs/mycli.json +++ b/programs/mycli.json @@ -11,7 +11,7 @@ "path": "$HOME/.mycli-history" }, { - "help": "Set this in your myclirc:\n```log_file=~/.cache/mycli.log```\nDoes not work with enviorment variables\n Relevant issue : https://github.com/dbcli/mycli/issues/581\n", + "help": "Set this in your myclirc:\n```log_file=~/.cache/mycli.log```\nDoes not work with environment variables\n Relevant issue : https://github.com/dbcli/mycli/issues/581\n", "movable": true, "path": "$HOME/.mycli.log" } diff --git a/programs/rofi.json b/programs/rofi.json index a4b62c6..4486d90 100644 --- a/programs/rofi.json +++ b/programs/rofi.json @@ -1,7 +1,7 @@ { "files": [ { - "help": "This file is created when _/run/user/1000_ is inaccesible. Consider fixing this. As a workaround, one can alias rofi to use a pidfile that is not in $HOME but is not in $XDG_RUNTIME_DIR either:\n\n```bash\nalias rofi=\"rofi -pid $XDG_STATE_DIR/rofi\"\n```\n", + "help": "This file is created when _/run/user/1000_ is inaccessible. Consider fixing this. As a workaround, one can alias rofi to use a pidfile that is not in $HOME but is not in $XDG_RUNTIME_DIR either:\n\n```bash\nalias rofi=\"rofi -pid $XDG_STATE_DIR/rofi\"\n```\n", "movable": true, "path": "$HOME/.rofi.pid" }