From 32806ad92a101be83af9249d28be000dac2a80cc Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 19 Mar 2016 11:56:15 +0000 Subject: [PATCH] Finxed spelling in comments. FossilOrigin-Name: aa43880e4c316a5e0e26ca18eed3e258793797b7e6f5ffe4550a596f22cd1d9a --- src/cw/mavl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cw/mavl.h b/src/cw/mavl.h index 64c7b063..d953e3e3 100644 --- a/src/cw/mavl.h +++ b/src/cw/mavl.h @@ -192,10 +192,10 @@ static inline void * mavliter_get(mavliter_t *i){ extern void * mavliter_seek(mavliter_t *i,void *d); /** - * Define a AVL Iterator Varialble and acciciate it with + * Define a AVL Iterator varialble and accociate it with * an AVL Tree. - * @param i Name of Variable to define - * @param t #mavl_t Tree to associate. + * @param i Name of the variable to define + * @param t #mavl_t Tree to associate */ #define MAVLITER_DEFINE(i,t)\ mavliter_t i; mavliter_init(&i,t)