[Pkg-owncloud-commits] [owncloud-doc] 51/60: Minor typo fix

David Prévot taffit at moszumanska.debian.org
Tue Feb 25 19:06:57 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 731657c2ece33dda355185c92ddae0a7bd8bab0c
Author: David Prévot <taffit at debian.org>
Date:   Sun Feb 23 18:57:24 2014 -0400

    Minor typo fix
    
    s/publically/publicly/, s/Arugments/Arguments/,
    s/accidently/accidentally/, and s/ie/i.e.,/.
---
 _shared_assets/themes/owncloud_com/static/less/reset.less        | 2 +-
 admin_manual/quota/Sharing.rst                                   | 2 +-
 admin_manual/share_app/Introduction.rst                          | 2 +-
 admin_manual/sharing_api/Get_Information_about_a_known_share.rst | 2 +-
 admin_manual/sync_client/Advanced_Usage.rst                      | 2 +-
 admin_manual/sync_client/Visual_Tour.rst                         | 2 +-
 admin_manual/undelete/Utilization.rst                            | 2 +-
 admin_manual/web_guide/Adding_Data.rst                           | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/_shared_assets/themes/owncloud_com/static/less/reset.less b/_shared_assets/themes/owncloud_com/static/less/reset.less
index 4806bd5..cb96dc0 100755
--- a/_shared_assets/themes/owncloud_com/static/less/reset.less
+++ b/_shared_assets/themes/owncloud_com/static/less/reset.less
@@ -107,7 +107,7 @@ textarea {
 }
 button,
 input {
-  *overflow: visible; // Inner spacing ie IE6/7
+  *overflow: visible; // Inner spacing in IE6/7
   line-height: normal; // FF3/4 have !important on line-height in UA stylesheet
 }
 button::-moz-focus-inner,
diff --git a/admin_manual/quota/Sharing.rst b/admin_manual/quota/Sharing.rst
index a84b892..5eb5d9f 100644
--- a/admin_manual/quota/Sharing.rst
+++ b/admin_manual/quota/Sharing.rst
@@ -23,4 +23,4 @@ If user A shares a file with user B who then reshares a file to user C, the spac
 Public sharing with upload permission
 -------------------------------------
 
-If user A publically shares a directory via a link and enables “public upload” permission, files uploaded to that directory from the outside are counted against user A’s quota.
+If user A publicly shares a directory via a link and enables “public upload” permission, files uploaded to that directory from the outside are counted against user A’s quota.
diff --git a/admin_manual/share_app/Introduction.rst b/admin_manual/share_app/Introduction.rst
index 67ba18f..2998e99 100644
--- a/admin_manual/share_app/Introduction.rst
+++ b/admin_manual/share_app/Introduction.rst
@@ -1,7 +1,7 @@
 Introduction
 ============
 
-ownCloud allows users to share files and folders with both other ownCloud users, as well as publically via a link.
+ownCloud allows users to share files and folders with both other ownCloud users, as well as publicly via a link.
 Sharing may be done either via the web interface or via the Sharing API.
 This document will discuss the web interface and sharing.
 For information on the Sharing API, please refer to that document.
diff --git a/admin_manual/sharing_api/Get_Information_about_a_known_share.rst b/admin_manual/sharing_api/Get_Information_about_a_known_share.rst
index 2f20990..f472268 100644
--- a/admin_manual/sharing_api/Get_Information_about_a_known_share.rst
+++ b/admin_manual/sharing_api/Get_Information_about_a_known_share.rst
@@ -12,7 +12,7 @@ Note: the share ID can be obtained from the output of any of the previous Share
 | Method    | GET                             |
 |           |                                 |
 +-----------+---------------------------------+
-| Arugments | Share id (int)                  |
+| Arguments | Share id (int)                  |
 |           |                                 |
 +-----------+---------------------------------+
 | Result    | XML code with share information |
diff --git a/admin_manual/sync_client/Advanced_Usage.rst b/admin_manual/sync_client/Advanced_Usage.rst
index 32b385b..e6b0836 100644
--- a/admin_manual/sync_client/Advanced_Usage.rst
+++ b/admin_manual/sync_client/Advanced_Usage.rst
@@ -78,7 +78,7 @@ The previous value is stored in the client’s database.
 If it is not, it means the file was recently added to the local repository.
 Note that on the local side, the modification time is a good attribute to detect changes because it does not depend on time shifts.
 
-For the remote (ie ownCloud server) repository, the client compares the ETag of each file with its previous value.
+For the remote (i.e., ownCloud server) repository, the client compares the ETag of each file with its previous value.
 Like the client, the previous value is obtained from a database query.
 If the ETag is the same, the file has not changed.
 
diff --git a/admin_manual/sync_client/Visual_Tour.rst b/admin_manual/sync_client/Visual_Tour.rst
index 5cc4c9e..b5a5834 100644
--- a/admin_manual/sync_client/Visual_Tour.rst
+++ b/admin_manual/sync_client/Visual_Tour.rst
@@ -105,7 +105,7 @@ So, in the above example, the sync is to the server root directory and thus it i
 
 
 
-*   Edit Ignored Files: provides a list of files which will be ignored, ie will not sync between the client and server.
+*   Edit Ignored Files: provides a list of files which will be ignored, i.e., will not sync between the client and server.
     The ignored files editor allows adding patterns for files or directories that should be excluded from the sync process.
     Besides normal characters, wild cards may be used, an asterisk ‘*’ indicating multiple characters, or a question mark ‘?’ indicating a single character.
 
diff --git a/admin_manual/undelete/Utilization.rst b/admin_manual/undelete/Utilization.rst
index ca34a29..220013d 100644
--- a/admin_manual/undelete/Utilization.rst
+++ b/admin_manual/undelete/Utilization.rst
@@ -76,7 +76,7 @@ Delete only the file
 ~~~~~~~~~~~~~~~~~~~~
 
 If the file “ownCloud undelete.docx”
-was accidently deleted, it may be restored following the steps described in section
+was accidentally deleted, it may be restored following the steps described in section
 .
 The restore will place the file back into the directory structure from where it came.
 
diff --git a/admin_manual/web_guide/Adding_Data.rst b/admin_manual/web_guide/Adding_Data.rst
index 70011fc..58cdc36 100644
--- a/admin_manual/web_guide/Adding_Data.rst
+++ b/admin_manual/web_guide/Adding_Data.rst
@@ -24,7 +24,7 @@ Then press enter.
 |100000000000047A000000FB86FF2A9A_png|
 
 Notice the file has been placed in section 2 of the main ownCloud window.
-Since it is an empty file, the size is ‘0 Bytes” and it was last modified a few seconds ago.
+Since it is an empty file, the size is “0 Bytes” and it was last modified a few seconds ago.
 
 Create a folder
 ~~~~~~~~~~~~~~~

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



More information about the Pkg-owncloud-commits mailing list