Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct typos detected by lintian #1605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Rex/Commands/Cloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ sub get_cloud_regions {

=head2 cloud_volume($action , $data)

This function controlls all aspects of a cloud volume.
This function controls all aspects of a cloud volume.

=cut

Expand Down
2 changes: 1 addition & 1 deletion lib/Rex/Commands/Run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Die if the command returns with an exit code indicating failure. It can be set g

=item command => $command_to_run

If present, Rex will execute C<$command_to_run>, and treat the first arugment as an identifier for the given C<run()> block (e.g. to be triggered with notify).
If present, Rex will execute C<$command_to_run>, and treat the first argument as an identifier for the given C<run()> block (e.g. to be triggered with notify).

=item creates => $file_to_create

Expand Down
Loading