diff options
author | Jorge Arellano Cid <devnull@localhost> | 2013-11-29 12:16:27 +0100 |
---|---|---|
committer | Jorge Arellano Cid <devnull@localhost> | 2013-11-29 12:16:27 +0100 |
commit | 6849d366312901974812738e741f4007b5cff122 (patch) | |
tree | 003e6d6ebf8d870057396e3e3e2e1dd1e4285f9e /src | |
parent | 83fce79180de7985ef99e727167c075fcbac29f5 (diff) |
Typos.
Diffstat (limited to 'src')
-rw-r--r-- | src/cssparser.cc | 2 |
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]; |