diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:33:35 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-14 17:33:35 -0800 |
commit | 6edfcf3e908ea9694417e798984461b1ef370626 (patch) | |
tree | 50d906db35b5151065f04a4a016bde673c09c9ab | |
parent | 40a18f493409b9917964a6e2476382cca4856c7d (diff) | |
download | guix-6edfcf3e908ea9694417e798984461b1ef370626.tar.gz guix-6edfcf3e908ea9694417e798984461b1ef370626.zip |
gnu: home: services: Fix typo.
* gnu/home/services/shells.scm (home-shell-profile-configuration): Fix
spelling of "available".
-rw-r--r-- | gnu/home/services/shells.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm index 81d07da86c..6b9ebe42e9 100644 --- a/gnu/home/services/shells.scm +++ b/gnu/home/services/shells.scm @@ -69,7 +69,7 @@ only be extended. @code{profile} is a list of file-like objects, which will go to @file{~/.profile}. By default @file{~/.profile} contains the initialization code, which have to be evaluated by login shell to make -home-environment's profile avaliable to the user, but other commands +home-environment's profile available to the user, but other commands can be added to the file if it is really necessary. In most cases shell's configuration files are preferred places for |