1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix spelling errors
Author: Sascha Steinbiss <sascha@steinbiss.name>
Forwarded: https://github.com/zerodogg/mussort/pull/9
--- a/mussort
+++ b/mussort
@@ -2458,9 +2458,9 @@
Makes mussort generate consistent directory names. This is useful to ensure that
two collections on different machines have the exact same directory layout, so
that they can be rsynced easily. It avoids directory names that are identical
-except for the casing, and is also consistent between runs, and accross
+except for the casing, and is also consistent between runs, and across
different machines. Unlike I<-i>, the performance penalty is almost
-nonexistant.
+nonexistent.
You can combine this option with I<--compilation> if you want to. Note that
I<--compilation> changes the directory layout, so a collection sorted without
|