From a68c62086eda2d4bd769318dc04633dd1aa5d34a Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Mon, 3 Oct 2011 20:55:43 -0700 Subject: Fixed mismatched quotes that confused Doxygen. (bzr r10663) --- src/libcroco/cr-selector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcroco/cr-selector.h b/src/libcroco/cr-selector.h index 6bf769733..a22e81fdb 100644 --- a/src/libcroco/cr-selector.h +++ b/src/libcroco/cr-selector.h @@ -41,7 +41,7 @@ typedef struct _CRSelector CRSelector ; /** *Abstracts a CSS2 selector as defined in the right part - *of the 'ruleset" production in the appendix D.1 of the + *of the 'ruleset' production in the appendix D.1 of the *css2 spec. *It is actually the abstraction of a comma separated list *of simple selectors list. -- cgit v1.2.3