Skip to content

Commit

Permalink
Merge pull request #7 from bmwiedemann/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
guoyunhe authored May 6, 2019
2 parents 50800ce + c60cb00 commit 1375397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opi
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ sub install_binary {
}

sub install_packman_codecs {
unless ( ask_yes_or_no("Do you want install codecs from Packman reposiroty? ", 'y') ) {
unless ( ask_yes_or_no("Do you want to install codecs from Packman repository? ", 'y') ) {
return;
}

Expand Down Expand Up @@ -436,7 +436,7 @@ sub install_packman_essentials_packages {
}

sub install_vs_code {
unless ( ask_yes_or_no("Do you want install VS Code from Microsoft reposiroty? ", 'y') ) {
unless ( ask_yes_or_no("Do you want to install VS Code from Microsoft repository? ", 'y') ) {
return;
}

Expand All @@ -453,7 +453,7 @@ sub install_vs_code {
}

sub install_skype {
unless ( ask_yes_or_no("Do you want install Skype from Microsoft reposiroty? ", 'y') ) {
unless ( ask_yes_or_no("Do you want to install Skype from Microsoft repository? ", 'y') ) {
return;
}

Expand Down

0 comments on commit 1375397

Please sign in to comment.