From fb64b4dd371f577fb120ee7a763c941a28c7c17c Mon Sep 17 00:00:00 2001 From: Ragnar Groot Koerkamp Date: Fri, 18 Nov 2022 23:23:18 +0100 Subject: [PATCH] fix typo --- edlib/include/edlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edlib/include/edlib.h b/edlib/include/edlib.h index acce6b2..1f5eca1 100644 --- a/edlib/include/edlib.h +++ b/edlib/include/edlib.h @@ -200,7 +200,7 @@ extern "C" { * 1 stands for insertion to target. * 2 stands for insertion to query. * 3 stands for mismatch. - * Alignment aligns query to target from begining of query till end of query. + * Alignment aligns query to target from beginning of query till end of query. * If gaps are not penalized, they are not in alignment. * If you do not free whole result object using edlibFreeAlignResult(), do not forget to use free(). */