Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2022-08-25 21:57:07 +0300
committerGitHub <noreply@github.com>2022-08-25 21:57:07 +0300
commit771431c8796a58f351f927fc1f3cf1f9e794aac6 (patch)
tree90a0866e47ee7b4cd75560d81a3c7c3f726d98a5 /config
parent09af5acb007ba197bb77d31864bab57ddad773f7 (diff)
Fix small typoupdate-dir
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
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.