Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3274 from SopaXorzTaker/patch-1
Browse files Browse the repository at this point in the history
Update Utils.php #2
  • Loading branch information
msjyoo committed Jul 16, 2015
2 parents 0c09361 + 4e76c30 commit 2df901b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketmine/utils/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static function dataToUUID(...$params){

public static function toUUID($data, $version = 2, $fixed = "8"){
if(strlen($data) !== 16){
throw new \InvalidArgumentException("Data bust be 16 bytes");
throw new \InvalidArgumentException("Data must be 16 bytes");
}

$hex = bin2hex($data);
Expand Down

0 comments on commit 2df901b

Please sign in to comment.