Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluzpaz <luzpaz>2021-12-07 06:31:05 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-07 06:39:52 +0300
commitf159d49f56cedccd509ee93f5a5fb51f4f39eeb8 (patch)
tree15e9e730bd927020bcb7b50592b6621f890fae26 /source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc
parent92dae5775f6b4771e21df5865e74d679fb0e37a0 (diff)
Cleanup: Fix various source typos
This is a continuation of D13462 to clean up source typos. Differential Revision: https://developer.blender.org/D13471
Diffstat (limited to 'source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc b/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc
index 69a92ba598d..7f43b7afb88 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc
@@ -515,7 +515,7 @@ std::unique_ptr<ColumnValues> VolumeDataSource::get_column_values(
r_cell_value.value_string = IFACE_("Level Set");
}
else {
- r_cell_value.value_string = IFACE_("Unkown");
+ r_cell_value.value_string = IFACE_("Unknown");
}
},
5.0f);