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:
authorCampbell Barton <ideasman42@gmail.com>2021-04-11 06:09:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-11 06:09:27 +0300
commit1198b187b5fe3d54c2efce4f0e162d878d32b8d9 (patch)
treee1751ade62dac3c8a0e3eb8320a5db38d5f93eb5 /source/blender/editors/space_spreadsheet
parent947ba0d27bf58b3efdae9617cb87a3dba0dbc0dd (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_spreadsheet')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_data_source.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_data_source.hh b/source/blender/editors/space_spreadsheet/spreadsheet_data_source.hh
index e012fae0edf..de47109a144 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_data_source.hh
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_data_source.hh
@@ -25,7 +25,7 @@ namespace blender::ed::spreadsheet {
/**
* This class is subclassed to implement different data sources for the spreadsheet. A data source
- * provides the information that should be displayed. It is not concerned with how data is layed
+ * provides the information that should be displayed. It is not concerned with how data is laid
* out in the spreadsheet editor exactly.
*/
class DataSource {