diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2022-08-25 20:57:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 20:57:07 +0200 |
commit | 771431c8796a58f351f927fc1f3cf1f9e794aac6 (patch) | |
tree | 90a0866e47ee7b4cd75560d81a3c7c3f726d98a5 /config | |
parent | 09af5acb007ba197bb77d31864bab57ddad773f7 (diff) | |
download | nextcloud-server-771431c8796a58f351f927fc1f3cf1f9e794aac6.tar.gz nextcloud-server-771431c8796a58f351f927fc1f3cf1f9e794aac6.zip |
Fix small typo
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index c17799240ce..9748b700bb8 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1756,7 +1756,7 @@ $CONFIG = [ /** * Override where Nextcloud stores update files while updating. Useful in situations - * where the defult `datadirectory` is on network disk like NFS, or is otherwise + * where the default `datadirectory` is on network disk like NFS, or is otherwise * restricted. Defaults to the value of `datadirectory` if unset. * * The Web server user must have write access to this directory. |