diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-24 17:49:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-25 00:36:30 +0100 |
commit | 11e01891e325949bc71b49e356f56d125b70240e (patch) | |
tree | af573dfb6dfc78cb9ad2e4c59d6108e45bf2b3bc /doc | |
parent | e087dad3ab82bc3cadaa486e97dad1518d35fa7f (diff) | |
download | patches-11e01891e325949bc71b49e356f56d125b70240e.tar patches-11e01891e325949bc71b49e356f56d125b70240e.tar.gz |
doc: Fix typo.
* doc/guix.texi (Web Services): Fix ‘wether’ 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 a090b2cad3..49b3dd10d7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15740,7 +15740,7 @@ Must be either: @item @code{<php-fpm-on-demand-process-manager-configuration>} @end table @item @code{display-errors} (default @code{#f}) -Determines wether php errors and warning should be sent to clients +Determines whether php errors and warning should be sent to clients and displayed in their browsers. This is useful for local php development, but a security risk for public sites, as error messages can reveal passwords and personal data. |