Parcourir la source

Fixed typos in docs

RealRancor il y a 11 ans
Parent
commit
2ee2876855
6 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 1 1
      doc/accountsetup.rst
  2. 3 3
      doc/architecture.rst
  3. 2 2
      doc/navigating.rst
  4. 1 1
      doc/owncloud.1.rst
  5. 1 1
      doc/owncloudcmd.rst
  6. 1 1
      doc/troubleshooting.rst

+ 1 - 1
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.

+ 3 - 3
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.

+ 2 - 2
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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::
 

+ 1 - 1
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