summaryrefslogtreecommitdiff
path: root/src/lib/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/context.c')
-rw-r--r--src/lib/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/context.c b/src/lib/context.c
index 1c9850b..bac19e4 100644
--- a/src/lib/context.c
+++ b/src/lib/context.c
@@ -34,7 +34,7 @@ __imlib_FlushContexts(void)
{
ctt = ct;
ct = ct->next;
- /* it hasnt been referenced in the last max_context_count refernces */
+ /* it hasn't been referenced in the last max_context_count references */
/* thus old and getrid of it */
if (ctt->last_use < (context_counter - max_context_count))
{