diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 5cfbed9412a..d4b47cee2da 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 |