Skip to content

Commit 4f7ef61

Browse files
authored
Merge pull request #429 from tnir/tnir/typo
chore: fix typo in comments
2 parents 1cb1d33 + 81688a7 commit 4f7ef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rake/packagetask.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class PackageTask < TaskLib
7979
# Zip command for zipped archives. The default is 'zip'.
8080
attr_accessor :zip_command
8181

82-
# True if parent directory should be omited (default is false)
82+
# True if parent directory should be omitted (default is false)
8383
attr_accessor :without_parent_dir
8484

8585
# Create a Package Task with the given name and version. Use +:noversion+

0 commit comments

Comments
 (0)