Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xSlOom committed Apr 28, 2019
1 parent aa34036 commit 5606600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Botstat.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private static function getXatError(int $error): string
$err = 'Too many request. 3 packets each 20 seconds.';
break;
case 10:
$err = 'Nothing to do. You didn\'t provide a correct paramater.';
$err = 'Nothing to do. You didn\'t provide a correct parameter.';
break;
default:
$err = 'Unknown error.';
Expand Down

0 comments on commit 5606600

Please sign in to comment.