Skip to content

Commit

Permalink
copr: typo avaiable => available
Browse files Browse the repository at this point in the history
Reported by @siteshwar, thanks.
  • Loading branch information
praiskup committed Jul 20, 2023
1 parent 51a8c63 commit 92eef69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnf5-plugins/copr_plugin/copr_repo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void available_directories_error(
message << std::endl;
bool first = true;

message << _("You can use one of these avaiable directories:") << std::endl;
message << _("You can use one of these available directories:") << std::endl;
for (const auto & available : directories) {
if (!first)
message << std::endl;
Expand Down Expand Up @@ -120,7 +120,7 @@ void available_chroots_error(
message << " " << attempted << std::endl;
}

message << _("You can choose one of the avaiable chroots explicitly:") << std::endl;
message << _("You can choose one of the available chroots explicitly:") << std::endl;
for (const auto & available : chroots) {
if (!first)
message << std::endl;
Expand Down

0 comments on commit 92eef69

Please sign in to comment.