summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-statement.c
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-12 21:25:39 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-12 21:25:39 +0000
commiteab1eef70ec00e5048b522b6c7f4189615caac87 (patch)
tree4d8d574ad9741174e0d99077f234fd41231b08e7 /src/libcroco/cr-statement.c
parentfix bsplines (diff)
parentFix crash with experimental lpe tool. (diff)
downloadinkscape-eab1eef70ec00e5048b522b6c7f4189615caac87.tar.gz
inkscape-eab1eef70ec00e5048b522b6c7f4189615caac87.zip
Update to trunk
(bzr r11950.1.180)
Diffstat (limited to 'src/libcroco/cr-statement.c')
-rw-r--r--src/libcroco/cr-statement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcroco/cr-statement.c b/src/libcroco/cr-statement.c
index 2b2c1836c..147cc8347 100644
--- a/src/libcroco/cr-statement.c
+++ b/src/libcroco/cr-statement.c
@@ -1907,7 +1907,7 @@ cr_statement_ruleset_set_sel_list (CRStatement * a_this,
*Gets a pointer to the list of declaration contained
*in the ruleset statement.
*@param a_this the current instance of #CRStatement.
- *@a_decl_list out parameter. A pointer to the the returned
+ *@a_decl_list out parameter. A pointer to the returned
*list of declaration. Must not be NULL.
*@return CR_OK upon successfull completion, an error code if something
*bad happened.