From a6144eabe23c2cb85298be625cd1d7c9600e3c1f Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Fri, 11 Dec 2015 17:26:20 +0100 Subject: [PATCH] Fixed typos --- src/obiavl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/obiavl.c b/src/obiavl.c index 14f8899..7e536a4 100644 --- a/src/obiavl.c +++ b/src/obiavl.c @@ -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; }