summaryrefslogtreecommitdiff
path: root/contrib/py-bindings/gfmodule.c
diff options
context:
space:
mode:
authorjordi.saludes <jordi.saludes@upc.edu>2011-12-22 21:29:45 +0000
committerjordi.saludes <jordi.saludes@upc.edu>2011-12-22 21:29:45 +0000
commitfb0f46be4a0cc4d673c9bd1153c0cb8c674ad9d5 (patch)
tree695562f3363e88a294efbaf6e1947cddc25f1302 /contrib/py-bindings/gfmodule.c
parentbff947f44f70e3c3f5f4d25ed07524730ca56acf (diff)
Fixing 'linearize' in py-bindings/test.py
Diffstat (limited to 'contrib/py-bindings/gfmodule.c')
-rw-r--r--contrib/py-bindings/gfmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/py-bindings/gfmodule.c b/contrib/py-bindings/gfmodule.c
index 931baf072..99824fb77 100644
--- a/contrib/py-bindings/gfmodule.c
+++ b/contrib/py-bindings/gfmodule.c
@@ -267,7 +267,7 @@ static PyMethodDef expr_methods[] = {
-/* tree typr: methods, constructor and destructor */
+/* tree type: methods, constructor and destructor */
// Are Expr and Tree equivalent ?
REPRCB(tree_repr, Tree, gf_showExpr)