From 67c8d97db36b285303abc5dce83b1bc8dc209651 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 14 Feb 2021 20:58:04 +1100 Subject: Cleanup: spelling --- source/blender/blenlib/intern/dot_export.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/dot_export.cc') diff --git a/source/blender/blenlib/intern/dot_export.cc b/source/blender/blenlib/intern/dot_export.cc index 13a2341a9d5..93075a23c07 100644 --- a/source/blender/blenlib/intern/dot_export.cc +++ b/source/blender/blenlib/intern/dot_export.cc @@ -221,7 +221,7 @@ void Attributes::export__as_bracket_list(std::stringstream &ss) const ss << "["; attributes_.foreach_item([&](StringRef key, StringRef value) { if (StringRef(value).startswith("<")) { - /* Don't draw the quotes, this is an html-like value. */ + /* Don't draw the quotes, this is an HTML-like value. */ ss << key << "=" << value << ", "; } else { -- cgit v1.2.3