i3bar: spelling fixes (2)

This commit is contained in:
shdown
2015-03-24 15:41:16 +03:00
parent e8704bb33b
commit 6922a820a6
11 changed files with 31 additions and 31 deletions

View File

@ -26,7 +26,7 @@
} \
} while (0)
/* Securely fee single-linked list */
/* Securely free single-linked list */
#define FREE_SLIST(l, type) \
do { \
type *walk = SLIST_FIRST(l); \
@ -37,7 +37,7 @@
} \
} while (0)
/* Securely fee tail-queues */
/* Securely free tail queue */
#define FREE_TAILQ(l, type) \
do { \
type *walk = TAILQ_FIRST(l); \