Fix typo in error message

This commit is contained in:
Richard Frith-Macdonald 2018-07-27 09:28:51 +01:00
parent 7653524731
commit 15af957fd0

View file

@ -425,7 +425,7 @@ randombytes(uint8_t *buf, unsigned len)
if (self == nil)
{
[NSException raise: NSInvalidArgumentException
format: @"%@: invalid hexadeciaml string data",
format: @"%@: invalid hexadecimal string data",
NSStringFromSelector(_cmd)];
}
return self;