Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patricks committed Apr 26, 2011
1 parent 432b318 commit c6abdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shairport.pl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
my $hairtunes_cli = $FindBin::Bin . '/hairtunes';

unless (-x $hairtunes_cli) {
say "Can't find the 'hairtunes' decoder binary, you need to build this before using Shairport.";
say "Can't find the 'hairtunes' decoder binary, you need to build this before using ShairPort.";
say "Read the INSTALL instructions!";
exit(1);
}
Expand Down

0 comments on commit c6abdd0

Please sign in to comment.