Browse Source

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

Guillem Jover 13 years ago
parent
commit
aa435898b6
1 changed files with 1 additions and 1 deletions
  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
 Returns the filename that would be used when the filehandle must
 be opened (both in read and write mode). This function errors out
 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
 to "auto". The returned filename includes the extension of the compression
 method if "add_comp_ext" is enabled.
 method if "add_comp_ext" is enabled.