summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-08-31 23:54:53 +0000
committerRoger Dingledine <arma@torproject.org>2008-08-31 23:54:53 +0000
commit44fc20abed2d05a05cdb4fd44d54d903ea54f9fc (patch)
tree17dcfbddc6ad9801d9c7a082b3cceb73bb9936df /specs
parent7b434c8d229b867df4523a13ec97e30ec26b6b7b (diff)
ispell first so i don't get distracted
git-svn-id: file:///home/or/svnrepo/updater/trunk@16709 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'specs')
-rw-r--r--specs/U2-formats.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/specs/U2-formats.txt b/specs/U2-formats.txt
index 4b8da57..f04f2dd 100644
--- a/specs/U2-formats.txt
+++ b/specs/U2-formats.txt
@@ -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 @@ Metaformat
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 @@ Non-goals:
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 @@ Workflow: Mirrors
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