diff options
| author | AkshataDM <oxta28@gmail.com> | 2014-03-15 23:33:38 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2014-03-16 11:57:21 -0700 | 
| commit | 9565ac3328dc91bd721a65b6d4e7957929e9ed59 (patch) | |
| tree | 41295e4564d44e2d5f5e34914b786b1568860207 /doc/legacy | |
| parent | 79d2a9e5b83b4d773e5b821c5c55f24718745cb7 (diff) | |
Made spelling changes to 19 files
Change-Id: If91cf44578fe0b5176ea01ae5c5962e31606f640
BUG: 1075417
Signed-off-by: AkshataDM <oxta28@gmail.com>
Reviewed-on: http://review.gluster.org/7280
Reviewed-by: Varun Shastry <vshastry@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Tested-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc/legacy')
| -rw-r--r-- | doc/legacy/errno.list.linux.txt | 2 | ||||
| -rw-r--r-- | doc/legacy/errno.list.macosx.txt | 2 | ||||
| -rw-r--r-- | doc/legacy/hacker-guide/call-stub.txt | 2 | ||||
| -rw-r--r-- | doc/legacy/hacker-guide/replicate.txt | 2 | ||||
| -rw-r--r-- | doc/legacy/replicate.lyx | 2 | ||||
| -rw-r--r-- | doc/legacy/solaris-related-xattrs.txt | 2 | ||||
| -rw-r--r-- | doc/legacy/user-guide.info | 10 | ||||
| -rw-r--r-- | doc/legacy/user-guide.texi | 10 | 
8 files changed, 16 insertions, 16 deletions
diff --git a/doc/legacy/errno.list.linux.txt b/doc/legacy/errno.list.linux.txt index cc868644b36..3f3b18c46ec 100644 --- a/doc/legacy/errno.list.linux.txt +++ b/doc/legacy/errno.list.linux.txt @@ -1273,7 +1273,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,  #define APR_STATUS_IS_EHOSTUNREACH(s)    ((s) == APR_EHOSTUNREACH)  /** network is unreachable */  #define APR_STATUS_IS_ENETUNREACH(s)     ((s) == APR_ENETUNREACH) -/** inappropiate file type or format */ +/** inappropriate file type or format */  #define APR_STATUS_IS_EFTYPE(s)          ((s) == APR_EFTYPE)  /** broken pipe */  #define APR_STATUS_IS_EPIPE(s)           ((s) == APR_EPIPE) diff --git a/doc/legacy/errno.list.macosx.txt b/doc/legacy/errno.list.macosx.txt index 4954e03d855..2dff28cd379 100644 --- a/doc/legacy/errno.list.macosx.txt +++ b/doc/legacy/errno.list.macosx.txt @@ -1212,7 +1212,7 @@ APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,  #define APR_STATUS_IS_EHOSTUNREACH(s)    ((s) == APR_EHOSTUNREACH)  /** network is unreachable */  #define APR_STATUS_IS_ENETUNREACH(s)     ((s) == APR_ENETUNREACH) -/** inappropiate file type or format */ +/** inappropriate file type or format */  #define APR_STATUS_IS_EFTYPE(s)          ((s) == APR_EFTYPE)  /** broken pipe */  #define APR_STATUS_IS_EPIPE(s)           ((s) == APR_EPIPE) diff --git a/doc/legacy/hacker-guide/call-stub.txt b/doc/legacy/hacker-guide/call-stub.txt index 021037a3512..cab8e4d552e 100644 --- a/doc/legacy/hacker-guide/call-stub.txt +++ b/doc/legacy/hacker-guide/call-stub.txt @@ -1,6 +1,6 @@  creating a call stub and pausing a call  --------------------------------------- -libglusterfs provides seperate API to pause each of the fop. parameters to each API is +libglusterfs provides separate API to pause each of the fop. parameters to each API is  @frame - call frame which has to be used to resume the call at call_resume().  @fn    - procedure to call during call_resume().         NOTE: @fn should exactly take the same type and number of parameters that diff --git a/doc/legacy/hacker-guide/replicate.txt b/doc/legacy/hacker-guide/replicate.txt index 133c72afa91..ad5b352a829 100644 --- a/doc/legacy/hacker-guide/replicate.txt +++ b/doc/legacy/hacker-guide/replicate.txt @@ -148,7 +148,7 @@ Each of the four major groups has its own algorithm:           definitive and replicate its attributes on children.     - If entry is a directory: -     - Consider the entry with the higest AFR_ENTRY_PENDING number as +     - Consider the entry with the highest AFR_ENTRY_PENDING number as         definitive and replicate its contents on all children.     - If any two entries have non-matching types (i.e., one is file and diff --git a/doc/legacy/replicate.lyx b/doc/legacy/replicate.lyx index 58ba6b2e00e..e3d081191e0 100644 --- a/doc/legacy/replicate.lyx +++ b/doc/legacy/replicate.lyx @@ -293,7 +293,7 @@ Locking and Change Log  To ensure consistency across subvolumes, replicate holds a lock whenever a modificatio  n is being made to a file or directory.   By default, replicate considers the first subvolume as the sole lock server. - However, the number of lock servers can be increased upto the total number + However, the number of lock servers can be increased up to the total number   of subvolumes.  \end_layout diff --git a/doc/legacy/solaris-related-xattrs.txt b/doc/legacy/solaris-related-xattrs.txt index 3a4643948c0..fa41e29000b 100644 --- a/doc/legacy/solaris-related-xattrs.txt +++ b/doc/legacy/solaris-related-xattrs.txt @@ -9,7 +9,7 @@ the leveraging of existing file system interface functionality to  support the construction, deletion and manipulation of attributes.  But as we have tested through this functionality provided by Solaris -we have come accross two major issues as written below. +we have come across two major issues as written below.  1. Symlink XATTR_NOFOLLOW not present for creating extended attributes     directly on the symlinks like other platforms Linux,MAC-OSX,BSD etc. diff --git a/doc/legacy/user-guide.info b/doc/legacy/user-guide.info index 2bbadb35107..eae0ef10b58 100644 --- a/doc/legacy/user-guide.info +++ b/doc/legacy/user-guide.info @@ -234,7 +234,7 @@ recommended that all users use the patched FUSE.       GlusterFS has been increased to 1MB, permitting large reads and       writes to be sent in bigger chunks. -   * The kernel's read-ahead boundry has been extended upto 1MB. +   * The kernel's read-ahead boundary has been extended up to 1MB.     * Block size returned in the `stat()'/`fstat()' calls tuned to 1MB,       to make cp and similar commands perform I/O using that block size. @@ -527,7 +527,7 @@ module loaded. You can ensure this by running:       [root@server]# modprobe fuse     Before we can run the GlusterFS client or server programs, we need -to write two files called _volume specifications_ (equivalently refered +to write two files called _volume specifications_ (equivalently referred  to as _volfiles_).  The volfile describes the _translator tree_ on a  node. The next chapter will explain the concepts of `translator' and  `volume specification' in detail. For now, just assume that the volfile @@ -1161,7 +1161,7 @@ alu.order' configuration directive.     Each sub-scheduler needs to know two things: when to kick in (the  entry-threshold), and how long to stay in control (the exit-threshold).  For example: when unifying three disks of 100GB, keeping an exact -balance of disk-usage is not necesary. Instead, there could be a 1GB +balance of disk-usage is not necessary. Instead, there could be a 1GB  margin, which can be used to nicely balance other factors, such as  read-usage. The disk-usage scheduler can be told to kick in only when a  certain threshold of discrepancy is passed, such as 1GB. When it @@ -1557,7 +1557,7 @@ can be pipelined.  This mode of write-behind operation is best used on  the client side, to enable decreased write latency for the application.     The write-behind translator can also aggregate write requests. If the -`aggregate-size' option is specified, then successive writes upto that +`aggregate-size' option is specified, then successive writes up to that  size are accumulated and written in a single operation. This mode of  operation is best used on the server side, as this will decrease the  disk's head movement when multiple files are being written to in @@ -1611,7 +1611,7 @@ useful in a web hosting environment, where most clients will simply  read some files and only a few will write to them).     The IO cache translator reads data from its child in `page-size' -chunks.  It caches data upto `cache-size' bytes. The cache is +chunks.  It caches data up to `cache-size' bytes. The cache is  maintained as a prioritized least-recently-used (LRU) list, with  priorities determined by user-specified patterns to match filenames. diff --git a/doc/legacy/user-guide.texi b/doc/legacy/user-guide.texi index 8e429853ffd..31ff9cf304e 100644 --- a/doc/legacy/user-guide.texi +++ b/doc/legacy/user-guide.texi @@ -260,7 +260,7 @@ The specific changes made to @acronym{FUSE} are:  @itemize  @item The communication channel size between @acronym{FUSE} kernel module and GlusterFS has been increased to 1MB, permitting large reads and writes to be sent in bigger chunks. -@item The kernel's read-ahead boundry has been extended upto 1MB. +@item The kernel's read-ahead boundary has been extended up to 1MB.  @item Block size returned in the @command{stat()}/@command{fstat()} calls tuned to 1MB, to make cp and similar commands perform I/O using that block size. @@ -554,7 +554,7 @@ can ensure this by running:  @end example  Before we can run the GlusterFS client or server programs, we need to write -two files called @emph{volume specifications} (equivalently refered to as @emph{volfiles}). +two files called @emph{volume specifications} (equivalently referred to as @emph{volfiles}).  The volfile describes the @emph{translator tree} on a node. The next chapter will  explain the concepts of `translator' and `volume specification' in detail. For now,  just assume that the volfile is like an NFS @command{/etc/export} file. @@ -1198,7 +1198,7 @@ and in which order to evaluate them. This is done through the  Each sub-scheduler needs to know two things: when to kick in (the  entry-threshold), and how long to stay in control (the  exit-threshold). For example: when unifying three disks of 100GB, -keeping an exact balance of disk-usage is not necesary. Instead, there +keeping an exact balance of disk-usage is not necessary. Instead, there  could be a 1GB margin, which can be used to nicely balance other  factors, such as read-usage. The disk-usage scheduler can be told to  kick in only when a certain threshold of discrepancy is passed, such @@ -1597,7 +1597,7 @@ This mode of write-behind operation is best used on the client side, to  enable decreased write latency for the application.  The write-behind translator can also aggregate write requests. If the -@command{aggregate-size} option is specified, then successive writes upto that +@command{aggregate-size} option is specified, then successive writes up to that  size are accumulated and written in a single operation. This mode of operation  is best used on the server side, as this will decrease the disk's head movement  when multiple files are being written to in parallel. @@ -1655,7 +1655,7 @@ useful in a web hosting environment, where most clients will simply  read some files and only a few will write to them).  The IO cache translator reads data from its child in @command{page-size} chunks. -It caches data upto @command{cache-size} bytes. The cache is maintained as +It caches data up to @command{cache-size} bytes. The cache is maintained as  a prioritized least-recently-used (@acronym{LRU}) list, with priorities determined  by user-specified patterns to match filenames.  | 
