aboutsummaryrefslogtreecommitdiffstats
path: root/src/css_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/css_parser.cpp')
-rw-r--r--src/css_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css_parser.cpp b/src/css_parser.cpp
index 3a78b006..fb595216 100644
--- a/src/css_parser.cpp
+++ b/src/css_parser.cpp
@@ -141,7 +141,7 @@ css_token_vector normalize(string input, int options, keep_whitespace_fn keep_wh
}
// https://www.w3.org/TR/css-syntax-3/#parse-stylesheet
-// I don't create a stylesheet because its only perpose is to pass a list of rules to
+// I don't create a stylesheet because its only purpose is to pass a list of rules to
// parse_css_stylesheet. I just return the list of rules directly instead.
raw_rule::vector css_parser::parse_stylesheet(const string& input, bool top_level)
{