diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-22 11:41:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-22 11:41:20 +0200 |
commit | 194c385c7a3200ca939f4ee85c3230cdb869f98e (patch) | |
tree | 01ee8ef1ddb26a257fc00f8a5a114fa1672c85ea | |
parent | 03cb588ea981fe21cb1c50ae6d73b8848a82bb90 (diff) | |
parent | 398d1591caefda4e6237e95e248ae5cba9bd123e (diff) | |
download | nextcloud-server-194c385c7a3200ca939f4ee85c3230cdb869f98e.tar.gz nextcloud-server-194c385c7a3200ca939f4ee85c3230cdb869f98e.zip |
Merge pull request #517 from nextcloud/fix-typo
Fix typo in docs
-rw-r--r-- | apps/dav/appinfo/info.xml | 2 | ||||
-rw-r--r-- | config/config.sample.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index 686a044b9ee..853e0e1bd9e 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -2,7 +2,7 @@ <info> <id>dav</id> <name>WebDAV</name> - <description>Nextcloud WebDAV endpoint</description> + <description>WebDAV endpoint</description> <licence>AGPL</licence> <author>owncloud.org</author> <version>1.0.0</version> diff --git a/config/config.sample.php b/config/config.sample.php index 3376603373a..d761ae92c22 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -435,7 +435,7 @@ $CONFIG = array( * Both minimum and maximum times can be set together to explicitly define * file and folder deletion. For migration purposes, this setting is installed * initially set to "auto", which is equivalent to the default setting in - * Nextloud. + * Nextcloud. * * Available values: * @@ -475,7 +475,7 @@ $CONFIG = array( * Both minimum and maximum times can be set together to explicitly define * version deletion. For migration purposes, this setting is installed * initially set to "auto", which is equivalent to the default setting in - * Nextloud. + * Nextcloud. * * Available values: * |