diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2019-04-14 20:05:45 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-04-14 20:05:45 +0200 |
commit | a0b419bc643ad5c2fd4a6c58e0b39938f2156a84 (patch) | |
tree | 493bd906769a2ebdb8df577056a9f6ccf79c4d73 /doc | |
parent | e74a08f921eb4c7cc14cf0d48bb6cdaa01d32569 (diff) | |
download | patches-a0b419bc643ad5c2fd4a6c58e0b39938f2156a84.tar patches-a0b419bc643ad5c2fd4a6c58e0b39938f2156a84.tar.gz |
doc: Fix typo.
Follow-up to 96ef8565281c511b119e0dd7799337d67f9efab3.
* doc/guix.texi (Limitations): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 52972cf812..ea72c731df 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1795,7 +1795,7 @@ available. @node Limitations @section Limitations -We consider Guix System to be ready for a wide range of ``dekstop'' and server +We consider Guix System to be ready for a wide range of ``desktop'' and server use cases. The reliability guarantees it provides---transactional upgrades and rollbacks, reproducibility---make it a solid foundation. |