MDL-34014 cssoptimiser: Fixed some aweful spelling

This commit is contained in:
Sam Hemelryk
2012-07-03 10:34:20 +12:00
parent b5c4f3042b
commit 4df3e2bedf
+1 -1
View File
@@ -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.