doc: Fix typo in container example.

* doc/guix.texi (Invoking `guix environment'): Fix sll -> ssl typo.
This commit is contained in:
Pierre Neidhardt 2020-05-07 10:37:11 +02:00
parent 60131df02b
commit caf90167fb
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View File

@ -4798,7 +4798,7 @@ The @code{--container} option requires Linux-libre 3.19 or newer.
Another typical use case for containers is to run security-sensitive
applications such as a web browser. To run Eolie, we must expose and
share some files and directories; we include @code{nss-certs} and expose
@file{/etc/sll/certs/} for HTTPS authentication; finally we preserve the
@file{/etc/ssl/certs/} for HTTPS authentication; finally we preserve the
the @code{DISPLAY} environment variable since containerized graphical
applications won't display without it.