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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRealRancor <Fisch.666@gmx.de>2014-12-29 20:11:12 +0300
committerRealRancor <Fisch.666@gmx.de>2014-12-29 20:11:12 +0300
commit2ee287685582680f5eb174203959c4275dad0912 (patch)
treed60da1555be4b89e1dd6890a9f803e65b251ca70 /doc
parent5c7795bb63a316ddd18edab0eb858abcd57c0f6e (diff)
Fixed typos in docs
Diffstat (limited to 'doc')
-rw-r--r--doc/accountsetup.rst2
-rw-r--r--doc/architecture.rst6
-rw-r--r--doc/navigating.rst4
-rw-r--r--doc/owncloud.1.rst2
-rw-r--r--doc/owncloudcmd.rst2
-rw-r--r--doc/troubleshooting.rst2
6 files changed, 9 insertions, 9 deletions
diff --git a/doc/accountsetup.rst b/doc/accountsetup.rst
index 972bd6ec3..21b0589e4 100644
--- a/doc/accountsetup.rst
+++ b/doc/accountsetup.rst
@@ -39,4 +39,4 @@ When selecting a local folder that already contains data, you can choose from tw
the client are synchronized to the ownCloud server.
* :guilabel:`Start a clean sync`: When selected, all files in the local folder on the
- client are deleted. These files are not syncrhonized to the ownCloud server.
+ client are deleted. These files are not synchronized to the ownCloud server.
diff --git a/doc/architecture.rst b/doc/architecture.rst
index 4af2ddeb4..b143f75ed 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -21,16 +21,16 @@ result, the ownCloud Client runs on Linux, Windows, and MacOS.
The Synchronization Process
---------------------------
-The process of synchronization keeps files in two separate repositories the same. When syncrhonized:
+The process of synchronization keeps files in two separate repositories the same. When synchronized:
- If a file is added to one repository it is copied to the other synchronized repository.
- When a file is changed in one repository, the change is propagated to any
- syncrhonized other repositories- If a file is deleted in one repository, it
+ synchronized other repositories- If a file is deleted in one repository, it
is deleted in any other.
It is important to note that the ownCloud synchronization process does not use
a typical client/server system where the server is always master. This is a
-major difference between the ownCloud syncrhonizatin process and other systems
+major difference between the ownCloud synchronizatin process and other systems
like a file backup, where only changes to files or folders and the addition of
new files are propagated, but these files and folders are never deleted unless
explicitly deleted in the backup.
diff --git a/doc/navigating.rst b/doc/navigating.rst
index 6fa12b225..f0efbf338 100644
--- a/doc/navigating.rst
+++ b/doc/navigating.rst
@@ -115,7 +115,7 @@ Adding a Folder
^^^^^^^^^^^^^^^
The ``Add a Folder ...`` button enables you to add a new folder to the
-syncrhonization process.
+synchronization process.
To add a new folder:
@@ -133,7 +133,7 @@ To add a new folder:
cannot add a folder that is already contained within another synchronized
folder. In addition, you cannot add a higher level (parent) folder that
contains a folder to which you are already synchronizing. By default, the
- ownCloud Set Up Wizard syncrhonizes your entire ownCloud account to the root
+ ownCloud Set Up Wizard synchronizes your entire ownCloud account to the root
folder of the ownCloud server. Due to this default setup, you must first
remove the top-level folder prior to specifying new synchronizations.
diff --git a/doc/owncloud.1.rst b/doc/owncloud.1.rst
index 471278b52..27092f0b6 100644
--- a/doc/owncloud.1.rst
+++ b/doc/owncloud.1.rst
@@ -10,7 +10,7 @@ SYNOPSIS
DESCRIPTION
===========
-The ownCloud Client is a file synchronization desktop utility. It synchronizes files on your local computer, tablet, or handheld device with an ownCloud Server. If you make a change to the files on one device, the change is propagated to all other syncrhonized devices using the desktop synchronization clients.
+The ownCloud Client is a file synchronization desktop utility. It synchronizes files on your local computer, tablet, or handheld device with an ownCloud Server. If you make a change to the files on one device, the change is propagated to all other synchronized devices using the desktop synchronization clients.
Normally, you start the client by clicking on the desktop icon or by starting it from the client application menu. After starting, an ownCloud icon appears in the computer system tray or on your tablet or handheld device.
diff --git a/doc/owncloudcmd.rst b/doc/owncloudcmd.rst
index cc032a55f..de70857f6 100644
--- a/doc/owncloudcmd.rst
+++ b/doc/owncloudcmd.rst
@@ -47,7 +47,7 @@ Credential Handling
~~~~~~~~~~~~~~~~~~~
By default, owncloudcmd reads the client configuration and uses the credentials
-of the GUI syncrhonization client. If no client is configured, or if you choose
+of the GUI synchronization client. If no client is configured, or if you choose
to use a different user to synchronize, you can specify the user password
setting with the usual URL pattern. For example::
diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst
index e562afa75..1bd842604 100644
--- a/doc/troubleshooting.rst
+++ b/doc/troubleshooting.rst
@@ -47,7 +47,7 @@ Identifying Basic Functionality Problems
authentication backend is configured properly.
:Use a WebDAV command line tool to test:
- A more sophisticated test method for troubleshooting syncrhonization issues
+ A more sophisticated test method for troubleshooting synchronization issues
is to use a WebDAV command line client and log into the ownCloud WebDAV server.
One such command line client -- called cadaver -- is available for Linux
distributions. You can use this application to further verify that the WebDAV