doc: Fix a typo.

* doc/guix.texi (operating-system Reference): Fix a typo & sigh.

Reported by Jakub Kądziołka <kuba@kadziolka.net>.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-09 22:49:34 +02:00
parent d98e0a27a7
commit 6376cb34b1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11967,9 +11967,9 @@ at @file{/run/current-system/profile}. Each element is either a package
variable or a package/output tuple. Here's a simple example of both:
@lisp
(cons* git ; the default "out" output
(git "send-email") ; another output of git
%base-packages) ; the default set
(cons* git ; the default "out" output
(list git "send-email") ; another output of git
%base-packages) ; the default set
@end lisp
The default set includes core utilities and it is good practice to