From ba84ef484795b0aa583d19d23bd224290ae72de6 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Mon, 5 Sep 2016 12:31:06 +0200 Subject: [PATCH] Fixed typo --- src/obierrno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/obierrno.h b/src/obierrno.h index fcc4eed..e9fb6c0 100644 --- a/src/obierrno.h +++ b/src/obierrno.h @@ -114,7 +114,7 @@ extern int obi_errno; */ #define OBI_INDEXER_ERROR (27) /** Error handling a blob indexer */ -#define OBI_READ_ONLY_INDEXER_ERROR (28) /** Error trying to modify a read-only a blob indexer +#define OBI_READ_ONLY_INDEXER_ERROR (28) /** Error trying to modify a read-only blob indexer */ #define OBI_ALIGN_ERROR (29) /** Error while aligning sequences */