Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c2b1e0da0409e04ba08b6ff876486bd8463510a2 >--------------------------------------------------------------- commit c2b1e0da0409e04ba08b6ff876486bd8463510a2 Author: Daniel Fischer <[email protected]> Date: Thu Sep 8 00:48:18 2011 +0200 Correct a few typos >--------------------------------------------------------------- sync-all | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sync-all b/sync-all index fb719e4..3724baa 100755 --- a/sync-all +++ b/sync-all @@ -499,7 +499,7 @@ any extra arguments to git: sync-all behaves. Flags given *after* the command are passed to git. - -q says to be quite, and -s to be silent. + -q says to be quiet, and -s to be silent. --resume will restart a command that failed, from the repo at which it failed. This means you don't need to wait while, e.g., "pull" @@ -522,7 +522,7 @@ any extra arguments to git: all of the repos bare. Requires packages.conf to be present in the current directory (a renamed packages file from the main ghc repo). - Note: --cheched-out and --bare flags are NOT the opposite of each other. + Note: --checked-out and --bare flags are NOT the opposite of each other. --checked-out: describes the layout of the remote repository tree. --bare: describes the layout of the local repository tree. @@ -679,7 +679,7 @@ ATTENTION! You have an old haddock repository in your GHC tree! Please remove it (e.g. "rm -r utils/haddock"), and then run -"./syncs-all get" to get the new repository. +"./sync-all get" to get the new repository. ============================ EOF } @@ -697,7 +697,7 @@ ATTENTION! You have an old binary repository in your GHC tree! Please remove it (e.g. "rm -r libraries/binary"), and then run -"./syncs-all get" to get the new repository. +"./sync-all get" to get the new repository. ============================ EOF } _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
