Module: tools Branch: master Commit: 314039343f920e50413e001fdaa903e7d2338c8c URL: http://source.winehq.org/git/tools.git/?a=commit;h=314039343f920e50413e001fd... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Dec 19 08:08:27 2016 +0100 transl: A couple of spelling fixes in comments. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- transl/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transl/style.css b/transl/style.css index 557de2c..d492393 100644 --- a/transl/style.css +++ b/transl/style.css @@ -78,7 +78,7 @@ table.index td { background-color: #fff4f4; } -/* used to mark resource parts that are not literaly in the string, like \0, \n etc*/ +/* used to mark resource parts that are not literally in the string, like \0, \n, etc */ .resmeta { color: #c34b4b; @@ -120,7 +120,7 @@ table.resource tr.subheader background-color: #f3dcdc; } -/* rows are different (in resource comparision mode) */ +/* rows are different (in resource comparison mode) */ table.resource tr.diff { background-color: #e3acac;