summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-04 03:55:43 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-04 03:55:43 +0000
commita68c62086eda2d4bd769318dc04633dd1aa5d34a (patch)
tree4bc58c82f1fd8d569982b8b23c966a0f6b2ef567 /src
parentadd amsmath packages to Doxyfile to help generate tex formulas (fix doxy) (diff)
downloadinkscape-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.h2
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.