Fixed typo

This commit is contained in:
Celine Mercier
2016-09-05 12:31:06 +02:00
parent c9dce03295
commit ba84ef4847

View File

@ -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
*/