ui/common/context.c

changeset 108
fcf6d5fac8f5
parent 94
d51e334c1439
child 111
40dbf1a7526a
--- a/ui/common/context.c	Sat Jan 23 23:44:41 2016 +0100
+++ b/ui/common/context.c	Sun Jan 24 11:59:58 2016 +0100
@@ -176,7 +176,7 @@
             return var;
         }
     } else {
-        // create an empty value and add it to the window variables
+        // create an empty value and add it to the context variables
         // it can be moved to the document vars later
         void *value = uic_create_value(ctx->mempool->allocator, type);
         if(!value) {

mercurial