diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 03:55:43 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-04 03:55:43 +0000 |
| commit | a68c62086eda2d4bd769318dc04633dd1aa5d34a (patch) | |
| tree | 4bc58c82f1fd8d569982b8b23c966a0f6b2ef567 /src | |
| parent | add amsmath packages to Doxyfile to help generate tex formulas (fix doxy) (diff) | |
| download | inkscape-a68c62086eda2d4bd769318dc04633dd1aa5d34a.tar.gz inkscape-a68c62086eda2d4bd769318dc04633dd1aa5d34a.zip | |
Fixed mismatched quotes that confused Doxygen.
(bzr r10663)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcroco/cr-selector.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
