aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cssparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index 0d0ce5a1..e31c4090 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -1045,7 +1045,7 @@ bool CssParser::parseValue(CssPropertyName prop,
// horizontal position; in most cases in this order. However, as long it
// is unambigous, the order can be switched: "10px left" and "left 10px"
// are both possible and have the same effect. For this reason, all
- // possibilities are tested parrallel.
+ // possibilities are tested in parallel.
bool h[2], v[2];
int pos[2];