summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-statement.c
diff options
context:
space:
mode:
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.