ui/common/context.c

changeset 154
8a4451fcb736
parent 150
5cee4cb5ad79
child 163
b70e2a77dea0
--- a/ui/common/context.c	Sun Jul 01 19:03:26 2018 +0200
+++ b/ui/common/context.c	Fri Nov 09 15:43:46 2018 +0100
@@ -90,7 +90,7 @@
     UCX_MAP_FOREACH(key, var, i) {
         UiVar *v = ucx_map_get(root->bound, key);
         if(v) {
-            // copy binding: after this all doc vars with names of previously
+            // copy binding: after this, all doc vars with names of previously
             // bound variables are bound to the widgets
             // the widgets still hold a pointer to the root ctx vars, but this
             // vars have a pointer to the document variable value - confusing

mercurial