Skip to content

Commit

Permalink
Fixed typo in guessit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetabite authored and robinp7720 committed Jan 27, 2021
1 parent 3e8acbe commit a5b4b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submodules/guessit.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ which('guessit', function (err, resolvedPath) {
logger.log('INFO', 'Guessit binary has not been found');
logger.log('INFO', 'Using the web based identifier');
logger.log('INFO', 'This may significantly reduce indexing speeds');
logger.log('INFO', 'Please install guessit from you package manager');
logger.log('INFO', 'Please install guessit from your package manager');

return;
}
Expand Down

0 comments on commit a5b4b3f

Please sign in to comment.