From 6db1fb197c169633bef9b23542464f89e9c4dbe6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Mar 2021 13:18:20 +1100 Subject: Cleanup: spelling, doxygen comment formatting --- source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_spreadsheet') diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh b/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh index a01e251d764..cfbf6963a9d 100644 --- a/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh +++ b/source/blender/editors/space_spreadsheet/spreadsheet_column_layout.hh @@ -40,7 +40,7 @@ struct CollectionCellValue { class CellValue { public: /* The implementation just uses a `std::variant` for simplicity. It can be encapsulated better, - * but it's not really worth the complixity for now. */ + * but it's not really worth the complexity for now. */ using VariantType = std::variant; -- cgit v1.2.3