]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
spelling corrections in readme files
authorMichael Meffie <mmeffie@sinenomine.net>
Sat, 5 Jan 2013 15:40:42 +0000 (10:40 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Fri, 22 Mar 2013 09:55:59 +0000 (02:55 -0700)
Fix spelling errors in readme files.

Reviewed-on: http://gerrit.openafs.org/8876
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
(cherry picked from commit 4042667388406e540c8a6546031d514793ffc8c4)

Change-Id: Idd64293533af373c2b467049442231bb85b6d7db
Reviewed-on: http://gerrit.openafs.org/9511
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
16 files changed:
README-WINDOWS
README.DEVEL
doc/README
doc/txt/README.linux-nfstrans
src/WINNT/netidmgr_plugin/extensions/sample/README
src/afsweb/README
src/afsweb/README.BETA1
src/afsweb/README.BETA2
src/libafsauthent/README
src/mcas/README_LICENSE
src/packaging/README
src/rxkad/README.v5
src/tests/README
src/tests/README.afstools
src/tests/README.dumptool
src/vol/test/README

index 1f1866443d28519220bde939131c7e0dd4272693..25623dab317425db1aacdfb988ffb6e787bea602 100644 (file)
@@ -207,7 +207,7 @@ STEP C. Install SDK header files.
 
 Files from Microsoft's Platform SDK for Windows Server 2003 SP1 are
 required to complete a build on Windows 2000/XP/2003.   At a minimum the
-following componets are known to be required: 
+following components are known to be required: 
 
   * Core
   * Data Access
index f775c0b12f3f084a3471a4bdec856406413587a6..d39cbc6594495895e0931371f22ed60c3b6470c8 100644 (file)
@@ -21,7 +21,7 @@ way to do this?)
 
 -- Prototyping and Style --
 Prototypes for all source files in a given dir DDD should be placed
-int the file DDD/DDD_prototypes.h. All externally used (either API
+in the file DDD/DDD_prototypes.h. All externally used (either API
 or used by other source files) routines and variables should be
 prototyped in this file.
 
index c2135c8a55c740ca36652617a7cf11e81addec83..c9fd64c3924375c3fdd8758992092aec8f6f9fd4 100644 (file)
@@ -1,20 +1,20 @@
 What's in the "doc" subdirectory
 
 ** doc/html
-original ibm html doc, no longer used
+original IBM html doc, no longer used
 
 ** doc/man-pages
-pod sources for man pages (converted from original ibm html source).
+pod sources for man pages (converted from original IBM html source).
 
 ** doc/xml
-xml sources for manuals (converted from original ibm html source).  there is
+xml sources for manuals (converted from original IBM html source).  there is
 some generated pdf/html content as well for the curious.
 
 Note that doc/xml/AdminReference uses doc/xml/AdminReference/pod2refentry to
 convert the pod man pages to xml for printing.  pod goes directly to html
 just fine.
 
-The reference guide is now built by converting the existing pod documention
+The reference guide is now built by converting the existing pod documentation
 to xml.  however, the indexing information was lost during the initial pod
 conversion.  Someone we will need to try to get that back.
 
@@ -36,7 +36,7 @@ current behavior of OpenAFS (for example, there's no documentation of
 dynroot, no mention of Kerberos v5, many fileserver options are
 undocumented, the afsd switch documentation is out of date, and so forth).
 I've collected as many of those deficiencies as I know of in
-doc/man-pages/README.  Any contributions to correct any of those deficiences
+doc/man-pages/README.  Any contributions to correct any of those deficiencies
 are very welcome.  This is one easy place to start.
 
 The other reference manuals (the Administrator's Guide, the Quick Start
index c71342faf21d92dbb503a50add3c212cc75edd77..f32b91867675d63ca3c35ed321011760b87de637 100644 (file)
@@ -31,7 +31,7 @@ It has been integrated into OpenAFS 1.5.x.
   clients to reevaluate directory lookups any time the sysname changes.
 - Fixed several bugs related to sysname handling
 - Fixed a bug preventing 'fs exportafs' from changing the flag which
-  controlls whether callbacks are made to NFS clients to obtain tokens
+  controls whether callbacks are made to NFS clients to obtain tokens
   and sysname lists.
 - Starting in this version, when the PAG manager starts up, it makes a
   call to the translator to discard any tokens belonging to that client.
@@ -70,7 +70,7 @@ in order to prevent the common NFS server code from performing unwanted
 access checks, and an fsid option must be provided to set the filesystem
 identifier to be used in NFS filehandles.  Note that for live migration
 to work, a consistent filesystem id must be used on all translator systems.
-The export may be accomplised with a line in /etc/exports:
+The export may be accomplished with a line in /etc/exports:
 
     /afs (rw,no_subtree_check,fsid=42)
 
@@ -155,7 +155,7 @@ changes such that it is talking to a different translator.
 This feature is automatically supported by the PAG manager if it has
 been configured to forward system calls to an NFS translator.  However,
 requests will be honored only if they come from port 7001 on the NFS
-translator host.  In addition, this feature must be enabld on the NFS
+translator host.  In addition, this feature must be enabled on the NFS
 translator system as described above.
 
 
@@ -168,7 +168,7 @@ with credential caching and retrieval is enabled as described above.
 
 The PAG manager maintains a system-wide sysname list, which is used to
 satisfy callback requests from the NFS translator.  This list is set
-intially to contain only the compiled-in default sysname, but can be
+initially to contain only the compiled-in default sysname, but can be
 changed by the superuser using the VIOC_AFS_SYSNAME pioctl or the
 'fs sysname' command.  Any changes are automatically propagated to the
 NFS translator.
@@ -197,7 +197,7 @@ This feature is available whenever the dynamic AFS root is enabled.
 On Linux systems, it is also available even when dynroot is not enabled,
 to support the NFS translator.  It is presently not possible to disable
 this feature, though that ability may be added in the future.  It would
-be difficult to make this feature unavailble to users and still make the
+be difficult to make this feature unavailable to users and still make the
 Linux NFS translator work, since the point of the check being performed
 by the NFS server is to ensure the requested file would be reachable by
 the client.
index 64afcdaa5e04fe9589629cd82530eef8a567d7d9..ef87a4ab047d201eeba5f650470fdc5d7e9c020e 100644 (file)
 
 5.      BUILDING
 
-    The build process is fairly starightforward.  The source is set up
+    The build process is fairly straightforward.  The source is set up
     to build using 'nmake', a build tool distributed with the Platform
     SDK as well as with Visual Studio.
 
     1.  Open a command prompt with a suitable build environment.
 
         From a plain command prompt, you can set up a debug build
-        environment targetting Windows XP (32-bit) with:
+        environment targeting Windows XP (32-bit) with:
 
         > "%PROGRAMFILES%\Microsoft Platform SDK\SetEnv.Cmd" /XP32 /DEBUG
 
index 54f970624ea41977fdf5b89487e3d1e8fda26bee..1324c4558897a2ae2c2fd778f6c3b1173300fedd 100644 (file)
@@ -74,6 +74,6 @@ about the Apache Web Server and SSL.
 
 * Apache Home Page http://www.apache.org 
 * Stronghold Home http://www.c2.net 
-* Stronhold International http://www.int.c2.net 
+* Stronghold International http://www.int.c2.net 
 * Apache-SSL Home http://www.apache-ssl.org 
 * SSLeay FAQ http://www.psy.uq.edu.au:8080/~ftp/Crypto/
index fec8d53e533c23e7973976365a0b9c258bb4e8a3..216b1febf8c85eb095a88388bdf6be7e23f68299 100644 (file)
@@ -24,7 +24,7 @@ In addition to these you should know the location of the AFS library
 The mod_afs.c file should be in the apache src directory with all the other 
 module files. weblog and weblog_starter should be in the same directory - this
 could be any directory (preferably outside AFS - if it is in AFS then 
-system:anyuser should have the appropriate ACL on that directiry).
+system:anyuser should have the appropriate ACL on that directory).
 
 Editing the following files in the apache src and conf directories:-
 
index 9c5e08ab60b658bcb8174366a93fcaefde42281b..3ba1c530b7ab6fef1c9eed688c17f89cc93731f5 100644 (file)
@@ -310,7 +310,7 @@ characters if desired.)
 
 (Optional) To customize the authorization dialog box that is displayed 
 when a user attempts to access the AFS file space via a web browser, 
-add the follwing line to the Location directive added in the previous 
+add the following line to the Location directive added in the previous 
 step. The Location directive then appears as follows: 
 
     AFSLoginPrompt [Custom Text]
@@ -369,6 +369,6 @@ about the Apache Web Server and SSL.
 
 * Apache Home Page http://www.apache.org 
 * Stronghold Home http://www.c2.net 
-* Stronhold International http://www.int.c2.net 
+* Stronghold International http://www.int.c2.net 
 * Apache-SSL Home http://www.apache-ssl.org 
 * SSLeay FAQ http://www.psy.uq.edu.au:8080/~ftp/Crypto/
index d7b2b98bdd5443ffeaf696ae09ec326906a9bc48..23f572e91ed77dfdbb43036d46b199e19d32f70e 100644 (file)
@@ -12,7 +12,7 @@ mutex at the entry point of every public function in the library.
 
 However, not all public functions are made thread safe since not all 
 functions are needed by the NT admin work.  In particular, there are
-many public functions that make up decendants of the functions
+many public functions that make up descendants of the functions
 we wish to use that weren't modified, since these functions will be 
 protected by the locking at a higher level function.
 
index 8912f1e1e77e616bc73c681f8449eb9ca5406594..7aa3781b122b7ce8444c19982bb0502b4e0f9fd6 100644 (file)
@@ -1,4 +1,4 @@
-A note on BSD licensing of the software contained herin.
+A note on BSD licensing of the software contained herein.
 
 This software includes software previously released in 2003 under a
 GPL license, but released by the original copyright holder, Keir
index 8e45b0a6eeca75bdfc0280d95cfcc7c689726612..6bab0f707836b86b16ed98233442a5619cda70c5 100644 (file)
@@ -1,5 +1,5 @@
 Included in this directory are copies of the files used to create OpenAFS
-binary packages. It will be endeavoured to keep them up to date, however,
+binary packages. It will be endeavored to keep them up to date, however,
 the files in the binary packaging system used by the vendor (the debian
 directory as used by Debian or the srpm for RedHat packages) is currently
 canonical. These should be treated as reference material only.
index e8d26d0f94b6f734b53facd9d0fc68d735dd7fa9..bad58c7fede98eb9babbb6dfb42b9a9a41248bd2 100644 (file)
@@ -1,22 +1,22 @@
 #
 #  This code depends on heimdal's asn1_compile generated krb5 decoding
-#  stuff. The code is orignally from rxkad that Björn Grönvall
+#  stuff. The code is originally from rxkad that Björn Grönvall
 #  <bg@sics.se> for kth-krb and was included in Arla.
 # 
 #  The first file, v5der.c are part for of support functions
 #  that all generated files depends on.
 # 
-#  The second file (v5gen.h) is the headerfile that is generated for
+#  The second file (v5gen.h) is the header file that is generated for
 #  the decoding functions.
 # 
-#  The third file (v5gen.c) is the subset of the genrated functions we
+#  The third file (v5gen.c) is the subset of the generated functions we
 #  need to decode the authenticator.
 # 
 #  The forth file (v5gen-rewrite.h) is used to make sure we don't
-#  polute the namespace.
+#  pollute the namespace.
 # 
-#  All files are modified to build within OpenAFS enviroment without
-#  any external dependencies. Below is the shellscript that is used to
+#  All files are modified to build within OpenAFS environment without
+#  any external dependencies. Below is the shell script that is used to
 #  import the code into the four files.
 # 
 #  All internal symbols are rewritten to _rxkad_v5_.
index f73299edf2774edba8e611c338f8d7cb1854db99..1b905aa0655ed19610b281a4c7be9803f1859a5e 100644 (file)
@@ -56,7 +56,7 @@ B) Basic functionality
 
 C) Mountpoint tests
 10) Create and remove a good mountpoint. (mkm-rmm)
-20) Create a mountpoint to a nonexistant volume. (mountpoint)
+20) Create a mountpoint to a nonexistent volume. (mountpoint)
 
 D) ACL tests
 10) Add a valid PTS user to an ACL. (acladduser)
index d9f5c7fabca209b798afab7cbfa82f7de2649256..2ba03c85a6e3a38a2d5f938956796bf38099c4b2 100644 (file)
@@ -1,2 +1,2 @@
-This is a (potentially) modified verion of the AFSTools perl suite. 
+This is a (potentially) modified version of the AFSTools perl suite. 
 You should visit grand.central.org for the official version.
index 69c28ddcb8957e1d62b1ee629ecfc350b87c4f84..f6757cd0e8fc8f5072a20bc523d7e6c689b90ee7 100644 (file)
@@ -64,7 +64,7 @@ accepts the following commands:
        
        vcp     Copy a file from the dump, by the vnode.  The first
                argument is the vnode number, optionally followed by
-               the uniqifier.  E.g:
+               the uniquifier.  E.g:
 
                vcp 126278 /tmp/file1
                vcp 126278.43289 /tmp/file2
@@ -79,14 +79,14 @@ Dumptool supports a number of command-line options.  They are detailed
 below:
 
        -v      Verbose mode.  Output additional information during dump
-               processing.  Each -v will increate output.
+               processing.  Each -v will increase output.
 
        -f      Force dump processing.  Attempt to continue processing
                a dump even when some errors are detected.  Not completely
                tested.
        
        -i      Inode dump.  Dump a list of all files in the volume,
-               with their volume/vnode/uniqifier information.
+               with their volume/vnode/uniquifier information.
 
 
 SUPPORT FOR MR-AFS
@@ -149,4 +149,4 @@ think it's only polite for you to do the same.
 CONTACT INFORMATION
 
 As always, please send comments, suggestions, or new features to me,
-Ken Hornstein <kenh@cmf.nrl.navy.mil>.  Shar and enjoy.
+Ken Hornstein <kenh@cmf.nrl.navy.mil>.  Share and enjoy.
index 20f937f8dcebfbc52b9145af62292083c313a42e..be8538cd3678b940d2454f24a2d7f1c924b849d8 100644 (file)
@@ -21,9 +21,9 @@ With the -lsl option, it prints out metadata about all file/symlink.
 This metadata includes the inode number(Ind), UNIX mode bits(Mod), 
 link count(Lnk), the owner(Own), the group(Grp) and the file size(Siz).
 
-With the -ld option, it prints out metadata about all directoies
+With the -ld option, it prints out metadata about all directories
 in this volume. This metadata includes the directory inode(Ind) and
-the directory vnode(Vnd) along woth the directory name. The root 
+the directory vnode(Vnd) along with the directory name. The root 
 directory of the volume is indicated as ~.
 
 With the -dir <directory inode> option, this tool prints out the