summaryrefslogtreecommitdiff
path: root/src/cssparser.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <devnull@localhost>2013-11-29 12:16:27 +0100
committerJorge Arellano Cid <devnull@localhost>2013-11-29 12:16:27 +0100
commit6849d366312901974812738e741f4007b5cff122 (patch)
tree003e6d6ebf8d870057396e3e3e2e1dd1e4285f9e /src/cssparser.cc
parent83fce79180de7985ef99e727167c075fcbac29f5 (diff)
Typos.
Diffstat (limited to 'src/cssparser.cc')
-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];