Fixed typos

This commit is contained in:
Celine Mercier
2015-12-11 17:26:20 +01:00
parent c139367555
commit a6144eabe2

View File

@ -1601,7 +1601,7 @@ byte_t* obi_str_to_obibytes(char* value)
if (value_b == NULL)
{
obi_set_errno(OBI_AVL_ERROR);
obidebug(1, "\nError allocating memory for a byte avl");
obidebug(1, "\nError allocating memory for a byte array");
return NULL;
}
@ -1669,7 +1669,7 @@ byte_t* obi_seq_to_obibytes(char* seq)
if (value_b == NULL)
{
obi_set_errno(OBI_AVL_ERROR);
obidebug(1, "\nError allocating memory for a byte avl");
obidebug(1, "\nError allocating memory for a byte array");
return NULL;
}