Просмотр исходного кода

Dpkg::Compression::FileHandle: Fix typo in POD string

Guillem Jover лет назад: 13
Родитель
Сommit
aa435898b6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/Dpkg/Compression/FileHandle.pm

+ 1 - 1
scripts/Dpkg/Compression/FileHandle.pm

@@ -316,7 +316,7 @@ sub set_filename {
 
 Returns the filename that would be used when the filehandle must
 be opened (both in read and write mode). This function errors out
-if "add_comp_ext" is enableactivated while the compression method is set
+if "add_comp_ext" is enabled while the compression method is set
 to "auto". The returned filename includes the extension of the compression
 method if "add_comp_ext" is enabled.