admin_manual: Fix typos found by codespell

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-06-12 21:42:27 +02:00
parent 92e809f401
commit b059e6eea6
7 changed files with 10 additions and 10 deletions

View File

@@ -269,7 +269,7 @@ the command from, use::
mysql -uUSERNAME -p
To acess a MySQL installation on a different machine, add the -h option with
To access a MySQL installation on a different machine, add the -h option with
the respective host name::
mysql -uUSERNAME -p -h HOSTNAME
@@ -292,7 +292,7 @@ the command from, use::
psql -Uusername -downcloud
To acess a MySQL installation on a different machine, add the -h option with
To access a MySQL installation on a different machine, add the -h option with
the respective host name::
psql -Uusername -downcloud -h HOSTNAME

View File

@@ -69,7 +69,7 @@ Apache with mod_fcgid
.. note:: If you are using Apache/2.4 with mod_fcgid, as of February/March 2016,
``FcgidMaxRequestInMem`` still needs to be significantly increased from its default value
to avoid the occurence of segmentation faults when uploading big files. This is not a regular
to avoid the occurrence of segmentation faults when uploading big files. This is not a regular
setting but serves as a workaround for `Apache with mod_fcgid bug #51747 <https://bz.apache.org/bugzilla/show_bug.cgi?id=51747>`_.
Setting ``FcgidMaxRequestInMem`` significantly higher than normal may no longer be

View File

@@ -1121,7 +1121,7 @@ Server details for one or more memcached servers to use for memory caching.
// Enable Binary Protocol
\Memcached::OPT_BINARY_PROTOCOL => true,
// Binary serializer vill be enabled if the igbinary PECL module is available
// Binary serializer will be enabled if the igbinary PECL module is available
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
),

View File

@@ -13,7 +13,7 @@ Cache Warnings
"No memory cache has been configured. To enhance your performance please
configure a memcache if available." ownCloud supports multiple php caching
extentions:
extensions:
* APC (PHP 5.4 only)
* APCu (PHP 5.5+, minimum required PHP extension version 4.0.6)

View File

@@ -44,7 +44,7 @@ admin screen. This app is only available for ownCloud EE v6 or higher. Go to the
| Jive category filter | List of categories that files have to be shown | Jive categories list, or blank |
| | | |
+----------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------+
| Jive category separator | Separator for Jive catagories list | Comma by default or any single character |
| Jive category separator | Separator for Jive categories list | Comma by default or any single character |
| | | |
+----------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------+
| Jive tag filter | Tag to use for private stuff in jive | Jive tag or blank |

View File

@@ -336,7 +336,7 @@ The session timeout can be overridden in the service provider, but this
requires a source code change of the Apache Shibboleth module. A patch can be
provided by the ownCloud support team.
UID Considerations and Windows Network Drive compatability
UID Considerations and Windows Network Drive compatibility
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
When using ``user_shibboleth`` in **Single sign-on only** mode, together with
@@ -356,7 +356,7 @@ different implications to take into account:
* *Example:* jfd@owncloud.com
* *Uniqueness:* Forest local, might change on eg. marriage
* *Other implications:* TODO check WND compatability
* *Other implications:* TODO check WND compatibility
**objectSid**

View File

@@ -187,7 +187,7 @@ And at the end of every ``configure`` command add::
--add-module=$(MODULESDIR)/ngx_cache_purge
Don't forget to escape preceeding lines with a backslash ``\``.
Don't forget to escape preceding lines with a backslash ``\``.
The parameters may now look like::
--with-cc-opt="$(CFLAGS)" \
@@ -312,7 +312,7 @@ Add *inside* the ``server{}`` block, as an example of a configuration::
sudo nginx -s reload
* Open your browser and clear your cache.
* Logon to your ownCloud instance, open the gallery app, move thru your
* Logon to your ownCloud instance, open the gallery app, move through your
folders and watch while the thumbnails are generated for the first time.
* You may also watch with eg. ``htop`` your system load while the
thumbnails are processed.