From 0d61ae092a128d92545788f4ee5ec56d47f8c535 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Fri, 19 Apr 2013 13:01:23 +0200
Subject: [PATCH] typo in comment

---
 unfold/page.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unfold/page.py b/unfold/page.py
index 54d3309b..86f9c088 100644
--- a/unfold/page.py
+++ b/unfold/page.py
@@ -49,7 +49,7 @@ class Page:
 
     # this method adds a query to the page
     # the query will be exposed to js when calling expose_queries
-    # additionally if exec is set to True, this query will be asynchroneously triggered on page load
+    # additionally if run_it is set to True, this query will be asynchroneously triggered on page load
     # in this case (exec=True) the js async callback (see manifold.asynchroneous_success)
     # offers the option to deliver the result to a specific DOM elt (in this case, set domid)
     # otherwise (i.e. if domid not provided), it goes through the pubsub system (so all plugins can receive it)
-- 
2.47.0