Update Utils.php

Correct a typo
This commit is contained in:
SopaXorzTaker 2015-06-17 08:39:18 +03:00
parent 33e312c7d0
commit 4e76c30788

View File

@ -59,7 +59,7 @@ class Utils{
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);