mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Fix typo in error message
This commit is contained in:
parent
7653524731
commit
15af957fd0
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ randombytes(uint8_t *buf, unsigned len)
|
||||||
if (self == nil)
|
if (self == nil)
|
||||||
{
|
{
|
||||||
[NSException raise: NSInvalidArgumentException
|
[NSException raise: NSInvalidArgumentException
|
||||||
format: @"%@: invalid hexadeciaml string data",
|
format: @"%@: invalid hexadecimal string data",
|
||||||
NSStringFromSelector(_cmd)];
|
NSStringFromSelector(_cmd)];
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue