Skip to content

Commit

Permalink
Fix various typo (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen authored Aug 18, 2024
1 parent cdb6c9b commit cce3719
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion programs/bazaar.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion programs/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/dotnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/login.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion programs/mycli.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion programs/rofi.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit cce3719

Please sign in to comment.