diff options
author | Nico Weber <thakis@chromium.org> | 2021-09-30 20:11:27 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-01 01:18:52 +0100 |
commit | 6c9bc18a792d4ac22eaac91fe4ec2ed11ed7019e (patch) | |
tree | c850a8c69b04bcd578d811d6552f75c5287996f9 /Userland/Libraries/LibWeb/CSS | |
parent | 971d60c329cced524ea0e7efc88adb95f5cad64c (diff) | |
download | serenity-6c9bc18a792d4ac22eaac91fe4ec2ed11ed7019e.zip |
Userland: Fix typos
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp index 7092482db7..52193d3b44 100644 --- a/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp +++ b/Userland/Libraries/LibWeb/CSS/Parser/Parser.cpp @@ -2025,7 +2025,7 @@ RefPtr<StyleValue> Parser::parse_border_radius_shorthand_value(ParsingContext co RefPtr<StyleValue> Parser::parse_box_shadow_value(ParsingContext const& context, Vector<StyleComponentValueRule> const& component_values) { - // FIXME: Also support inset, spread-radius and multiple comma-seperated box-shadows + // FIXME: Also support inset, spread-radius and multiple comma-separated box-shadows Length offset_x {}; Length offset_y {}; Length blur_radius {}; |