[Pkg-owncloud-commits] [owncloud] 13/24: fix typos

David Prévot taffit at moszumanska.debian.org
Wed Sep 2 13:30:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.0.7RC1
in repository owncloud.

commit f7eb4b17e86b6d0a3c97dd29f48afe17d923c265
Author: Carla Schroder <carla at owncloud.com>
Date:   Mon Aug 17 11:30:46 2015 -0700

    fix typos
---
 config/config.sample.php | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config/config.sample.php b/config/config.sample.php
index 5cfbed9..d4b47ce 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -284,7 +284,7 @@ $CONFIG = array(
 'mail_smtpmode' => 'sendmail',
 
 /**
- * This depends on ``mail_smtpmode``. Specified the IP address of your mail
+ * This depends on ``mail_smtpmode``. Specify the IP address of your mail
  * server host. This may contain multiple hosts separated by a semi-colon. If
  * you need to specify the port number append it to the IP address separated by
  * a colon, like this: ``127.0.0.1:24``.
@@ -297,7 +297,7 @@ $CONFIG = array(
 'mail_smtpport' => 25,
 
 /**
- * This depends on ``mail_smtpmode``. This set an SMTP server timeout, in
+ * This depends on ``mail_smtpmode``. This sets the SMTP server timeout, in
  * seconds. You may need to increase this if you are running an anti-malware or
  * spam scanner.
  */
@@ -373,7 +373,7 @@ $CONFIG = array(
 'overwritecondaddr' => '',
 
 /**
- * Use this configuration parameter to specify the base url for any urls which
+ * Use this configuration parameter to specify the base URL for any URLs which
  * are generated within ownCloud using any kind of command line tools (cron or
  * occ). The value should contain the full base URL:
  * ``https://www.example.com/owncloud``
@@ -595,7 +595,7 @@ $CONFIG = array(
 /**
  * By default, ownCloud can generate previews for the following filetypes:
  *
- * - Images files
+ * - Image files
  * - Covers of MP3 files
  * - Text documents
  *
@@ -697,7 +697,7 @@ $CONFIG = array(
 
 /**
  * defines the interval in minutes for the background job that checks user
- * existance and marks them as ready to be cleaned up. The number is always
+ * existence and marks them as ready to be cleaned up. The number is always
  * minutes. Setting it to 0 disables the feature.
  * See command line (occ) methods ldap:show-remnants and user:delete
  */
@@ -925,7 +925,7 @@ $CONFIG = array(
 
 /**
  * The parent of the directory where css and js assets will be stored if
- * piplelining is enabled; this defaults to the ownCloud directory. The assets
+ * pipelining is enabled; this defaults to the ownCloud directory. The assets
  * will be stored in a subdirectory of this directory named 'assets'. The
  * server *must* be configured to serve that directory as $WEBROOT/assets.
  * You will only likely need to change this if the main ownCloud directory

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list