diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-12-23 11:45:06 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-12-23 11:45:06 +0100 |
commit | af67e8d0b12d164d521c0910a6ae8a8e7d941099 (patch) | |
tree | 3523967e0e9cef30659d4b823d4658c7fb872825 /doc/guix-cookbook.texi | |
parent | 5420db323fddf69dd1e2e393fb970d579d31c000 (diff) |
doc: cookbook: Fix "fiction-less" typo.
* doc/guix-cookbook.texi (Guix Profiles in Practice): Change "friction-less"
to "frictionless".
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 581b8c3595..54ab99558e 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -2245,7 +2245,7 @@ section on @ref{Reproducible profiles}. @item Easier upgrades and maintenance: Multiple profiles make it easy to keep -package listings at hand and make upgrades completely friction-less. +package listings at hand and make upgrades completely frictionless. @end itemize Concretely, here follows some typical profiles: |