Skip to content

Commit bddf5ed

Browse files
committed
Fix typo
1 parent 8f7d0ea commit bddf5ed

File tree

1 file changed

+1
-1
lines changed
  • modules/post/multi/manage

1 file changed

+1
-1
lines changed

modules/post/multi/manage/zip.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def initialize(info={})
1313
super(update_info(info,
1414
'Name' => 'Multi Manage File Compressor',
1515
'Description' => %q{
16-
This module zips a directory or a directory. On Linux, it uses the zip command.
16+
This module zips a file or a directory. On Linux, it uses the zip command.
1717
On Windows, it will try to use remote target's 7Zip if found. If not, it falls
1818
back to its own VBScript.
1919
},

0 commit comments

Comments
 (0)