bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Parallel Bug Reports typo fixes


From: Martin Buchholz
Subject: GNU Parallel Bug Reports typo fixes
Date: Sun, 30 Oct 2011 10:00:46 -0700

diff --git a/src/parallel.pod b/src/parallel.pod
old mode 100644
new mode 100755
index c846384..4460341
--- a/src/parallel.pod
+++ b/src/parallel.pod
@@ -419,7 +419,7 @@ neither B<-E> nor B<-e> is used, no end of file string is used.
 
 Print the job to run on stdout (standard output), but do not run the
 job. Use B<-v -v> to include the ssh/rsync wrapping if the job would
-be run on a remote computer. Do not count on this literaly, though, as
+be run on a remote computer. Do not count on this literally, though, as
 the job may be scheduled on another computer or the local computer if
 : is in the list.
 
@@ -1501,7 +1501,7 @@ solution is to quote the whole command:
 
 B<parallel "zcat {} >>B<{.}" ::: *.gz>
 
-Other special shell charaters (such as * ; $ > < | >> <<) also need
+Other special shell characters (such as * ; $ > < | >> <<) also need
 to be put in quotes, as they may otherwise be interpreted by the shell
 and not given to GNU B<parallel>.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]