Kaynağa Gözat

borg: fix typo: explicitely -> explicitly

Gianfranco Costamagna 7 yıl önce
ebeveyn
işleme
1a74326b5a

+ 2 - 2
docs/man/borg-compression.1

@@ -54,14 +54,14 @@ Use lz4 compression. High speed, low compression. (default)
 .TP
 .TP
 .B zlib[,L]
 .B zlib[,L]
 Use zlib ("gz") compression. Medium speed, medium compression.
 Use zlib ("gz") compression. Medium speed, medium compression.
-If you do not explicitely give the compression level L (ranging from 0
+If you do not explicitly give the compression level L (ranging from 0
 to 9), it will use level 6.
 to 9), it will use level 6.
 Giving level 0 (means "no compression", but still has zlib protocol
 Giving level 0 (means "no compression", but still has zlib protocol
 overhead) is usually pointless, you better use "none" compression.
 overhead) is usually pointless, you better use "none" compression.
 .TP
 .TP
 .B lzma[,L]
 .B lzma[,L]
 Use lzma ("xz") compression. Low speed, high compression.
 Use lzma ("xz") compression. Low speed, high compression.
-If you do not explicitely give the compression level L (ranging from 0
+If you do not explicitly give the compression level L (ranging from 0
 to 9), it will use level 6.
 to 9), it will use level 6.
 Giving levels above 6 is pointless and counterproductive because it does
 Giving levels above 6 is pointless and counterproductive because it does
 not compress better due to the buffer size used by borg \- but it wastes
 not compress better due to the buffer size used by borg \- but it wastes

+ 2 - 2
docs/usage/help.rst.inc

@@ -245,14 +245,14 @@ lz4
 
 
 zlib[,L]
 zlib[,L]
     Use zlib ("gz") compression. Medium speed, medium compression.
     Use zlib ("gz") compression. Medium speed, medium compression.
-    If you do not explicitely give the compression level L (ranging from 0
+    If you do not explicitly give the compression level L (ranging from 0
     to 9), it will use level 6.
     to 9), it will use level 6.
     Giving level 0 (means "no compression", but still has zlib protocol
     Giving level 0 (means "no compression", but still has zlib protocol
     overhead) is usually pointless, you better use "none" compression.
     overhead) is usually pointless, you better use "none" compression.
 
 
 lzma[,L]
 lzma[,L]
     Use lzma ("xz") compression. Low speed, high compression.
     Use lzma ("xz") compression. Low speed, high compression.
-    If you do not explicitely give the compression level L (ranging from 0
+    If you do not explicitly give the compression level L (ranging from 0
     to 9), it will use level 6.
     to 9), it will use level 6.
     Giving levels above 6 is pointless and counterproductive because it does
     Giving levels above 6 is pointless and counterproductive because it does
     not compress better due to the buffer size used by borg - but it wastes
     not compress better due to the buffer size used by borg - but it wastes

+ 3 - 3
src/borg/archiver.py

@@ -1973,20 +1973,20 @@ class Archiver:
 
 
         zstd[,L]
         zstd[,L]
             Use zstd ("zstandard") compression, a modern wide-range algorithm.
             Use zstd ("zstandard") compression, a modern wide-range algorithm.
-            If you do not explicitely give the compression level L (ranging from 1
+            If you do not explicitly give the compression level L (ranging from 1
             to 22), it will use level 3.
             to 22), it will use level 3.
             Archives compressed with zstd are not compatible with borg < 1.1.4.
             Archives compressed with zstd are not compatible with borg < 1.1.4.
 
 
         zlib[,L]
         zlib[,L]
             Use zlib ("gz") compression. Medium speed, medium compression.
             Use zlib ("gz") compression. Medium speed, medium compression.
-            If you do not explicitely give the compression level L (ranging from 0
+            If you do not explicitly give the compression level L (ranging from 0
             to 9), it will use level 6.
             to 9), it will use level 6.
             Giving level 0 (means "no compression", but still has zlib protocol
             Giving level 0 (means "no compression", but still has zlib protocol
             overhead) is usually pointless, you better use "none" compression.
             overhead) is usually pointless, you better use "none" compression.
 
 
         lzma[,L]
         lzma[,L]
             Use lzma ("xz") compression. Low speed, high compression.
             Use lzma ("xz") compression. Low speed, high compression.
-            If you do not explicitely give the compression level L (ranging from 0
+            If you do not explicitly give the compression level L (ranging from 0
             to 9), it will use level 6.
             to 9), it will use level 6.
             Giving levels above 6 is pointless and counterproductive because it does
             Giving levels above 6 is pointless and counterproductive because it does
             not compress better due to the buffer size used by borg - but it wastes
             not compress better due to the buffer size used by borg - but it wastes