From 6849d366312901974812738e741f4007b5cff122 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Fri, 29 Nov 2013 12:16:27 +0100 Subject: Typos. --- src/cssparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cssparser.cc') 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]; -- cgit v1.2.3