[or-cvs] r16709: {updater} ispell first so i don't get distracted (updater/trunk/specs)

arma at seul.org arma at seul.org
Sun Aug 31 23:54:53 UTC 2008


Author: arma
Date: 2008-08-31 19:54:53 -0400 (Sun, 31 Aug 2008)
New Revision: 16709

Modified:
   updater/trunk/specs/U2-formats.txt
Log:
ispell first so i don't get distracted


Modified: updater/trunk/specs/U2-formats.txt
===================================================================
--- updater/trunk/specs/U2-formats.txt	2008-08-31 22:33:33 UTC (rev 16708)
+++ updater/trunk/specs/U2-formats.txt	2008-08-31 23:54:53 UTC (rev 16709)
@@ -2,11 +2,11 @@
 
 Scope
 
-   This document descibes a repository and document format for use in
+   This document describes a repository and document format for use in
    distributing Tor bundle updates.  It is meant to be a component of
    an overall automatic update system.
 
-   Not described in this document is the design the packages or their
+   Not described in this document is the design of the packages or their
    install process, though some requirements are listed.
 
 Proposed code name
@@ -33,9 +33,9 @@
    We also use a braces notation to indicate elements that can occur
    in any order.  For example,
         (bread {flour+ eggs? yeast})
-   matches a list starting with "bread", and then containing a one or
-   more occurances of flours, zero or one occurances of eggs, and one
-   occurance of yeast, in any order.  This pattern matches (bread eggs
+   matches a list starting with "bread", and then containing one or
+   more  of flours, zero or one occurrences of eggs, and one
+   occurrence of yeast, in any order.  This pattern matches (bread eggs
    yeast flour) but not (bread yeast) or (bread flour eggs yeast
    macadamias).
 
@@ -64,11 +64,11 @@
 
    This is not a general-purpose package manager like yum or apt: it
    assumes that users will want to have one or more of a set of
-   "bundles", not an arbitary selection of packages dependant on one
+   "bundles", not an arbitrary selection of packages dependant on one
    another.
 
    This is also not a general-purpose package format.  It assumes the
-   existance of an external package format that can handle install,
+   existence of an external package format that can handle install,
    update, remove, and version query.
 
 Architecture: Repository
@@ -357,8 +357,8 @@
   version of whatever parts of the repository have changed since the
   version they currently hold.  Mirrors SHOULD replace older versions
   of the repository idempotently, so that clients are less likely to
-  see inconsistant state.  Mirrors SHOULD validate the information
-  they receive, and not serve partial or inconsistant files.
+  see inconsistent state.  Mirrors SHOULD validate the information
+  they receive, and not serve partial or inconsistent files.
 
 Workflow: Packagers
 



More information about the tor-commits mailing list