From 4df3e2bedfd43878e30d3f3168b6ecb85b31f3cf Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Tue, 3 Jul 2012 10:34:13 +1200 Subject: [PATCH] MDL-34014 cssoptimiser: Fixed some aweful spelling --- lib/csslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csslib.php b/lib/csslib.php index 2408e3849b2..d160359edd3 100644 --- a/lib/csslib.php +++ b/lib/csslib.php @@ -171,7 +171,7 @@ function css_send_cached_css($csspath, $etag) { * * This function takes a raw CSS string, optimises it if required, and then * serves it. - * Turning both themedesignermode and CSS optimiser on at the same time is aweful + * Turning both themedesignermode and CSS optimiser on at the same time is awful * for performance because of the optimiser running here. However it was done so * that theme designers could utilise the optimised output during development to * help them optimise their CSS... not that they should write lazy CSS.