]> git.decadent.org.uk Git - dak.git/blobdiff - docs/README.config
Merge remote-tracking branch 'jcristau/cs-set-log-suite'
[dak.git] / docs / README.config
index 5fad734cff82efdebc16fe9b8a9d41228db401a2..feb2a27af2bb8f3f531c9a3cfdc55a99f12ea503 100644 (file)
@@ -146,7 +146,7 @@ Dinstall
     // ReleaseTransitions "/srv/dak/web/transitions.yaml";
 
     //// KeyAutoFetch (optional): boolean (default: false), which if set (and
-    //// not overriden by explicit argument to check_signature()) will enable
+    //// not overridden by explicit argument to check_signature()) will enable
     //// auto key retrieval.  Requires KeyServer variable be
     //// set.  NB: you should only enable this variable on production systems
     //// if you have strict control of your upload queue.
@@ -210,7 +210,7 @@ Dir
     //// Queue (required): This sub-tree defines important directories for the
     //// incoming queue.  The following variables have to be set: Byhand, New
     //// NewStage, Reject, Unchecked.  An explanation of the function of
-    //// these directores can be found in README.new-incoming.
+    //// these directories can be found in README.new-incoming.
     Queue
     {  
         Byhand "/srv/dak/queue/byhand/";
@@ -229,7 +229,7 @@ Dir
 // There are three mapping types:
 //
 // (1) map <source> <dest>
-// Any target suite of '<source>' is unconditionally overriden to '<dest>'.
+// Any target suite of '<source>' is unconditionally overridden to '<dest>'.
 // (2) map-unreleased <source> <dest>
 // Any upload targeted for suite '<source>' will be mapped to '<dest>' iff it
 // contains uploads for an architecture that is not part of '<source>'.