mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
doc: Fix ‘serice’ -> ‘service’ typos.
* doc/guix.texi (Web Services): Fix typos.
This commit is contained in:
parent
83715a7eec
commit
6f832eba1e
1 changed files with 2 additions and 2 deletions
|
@ -17663,7 +17663,7 @@ A service type for the @code{fcgiwrap} FastCGI proxy.
|
||||||
@end defvr
|
@end defvr
|
||||||
|
|
||||||
@deftp {Data Type} fcgiwrap-configuration
|
@deftp {Data Type} fcgiwrap-configuration
|
||||||
Data type representing the configuration of the @code{fcgiwrap} serice.
|
Data type representing the configuration of the @code{fcgiwrap} service.
|
||||||
This type has the following parameters:
|
This type has the following parameters:
|
||||||
@table @asis
|
@table @asis
|
||||||
@item @code{package} (default: @code{fcgiwrap})
|
@item @code{package} (default: @code{fcgiwrap})
|
||||||
|
@ -17838,7 +17838,7 @@ The cat avatar generator is a simple service to demonstrate the use of php-fpm
|
||||||
in @code{Nginx}. It is used to generate cat avatar from a seed, for instance
|
in @code{Nginx}. It is used to generate cat avatar from a seed, for instance
|
||||||
the hash of a user's email address.
|
the hash of a user's email address.
|
||||||
|
|
||||||
@deffn {Scheme Procedure} cat-avatar-generator-serice @
|
@deffn {Scheme Procedure} cat-avatar-generator-service @
|
||||||
[#:cache-dir "/var/cache/cat-avatar-generator"] @
|
[#:cache-dir "/var/cache/cat-avatar-generator"] @
|
||||||
[#:package cat-avatar-generator] @
|
[#:package cat-avatar-generator] @
|
||||||
[#:configuration (nginx-server-configuration)]
|
[#:configuration (nginx-server-configuration)]
|
||||||
|
|
Loading…
Reference in a new issue