summaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.cc b/src/css.cc
index a1d51da1..d0bd8d95 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -610,7 +610,7 @@ void CssContext::buildUserAgentStyle () {
"th {font-weight: bolder; text-align: center}"
"code, tt, pre, samp, kbd {font-family: monospace}"
/* WORKAROUND: Reset font properties in tables as some
- * some pages rely on it (e.g. gmail).
+ * pages rely on it (e.g. gmail).
* http://developer.mozilla.org/En/Fixing_Table_Inheritance_in_Quirks_Mode
* has a detailed description of the issue.
*/