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-12-13 08:22:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-13 08:22:20 +0300
commit36c6b2e893b89f6b378f60fb975f73d47b248027 (patch)
treeaad54a27e5150753bbcaba72d6ed388e9d72cf4b /source/blender/editors/screen
parent8ad2642c4717dcfad31626f7eebac325a9827b73 (diff)
Cleanup: spelling in comments
Also move notes about where noise functions come from into the function body as it's not relavant to the public doc-string.
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/screen_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/screen_intern.h b/source/blender/editors/screen/screen_intern.h
index 53d87005463..bc06e46ba96 100644
--- a/source/blender/editors/screen/screen_intern.h
+++ b/source/blender/editors/screen/screen_intern.h
@@ -90,7 +90,7 @@ void screen_draw_split_preview(struct ScrArea *area, const eScreenAxis dir_axis,
/* screen_edit.c */
/**
- * Empty screen, with 1 dummy area without spacedata. Uses window size.
+ * Empty screen, with 1 dummy area without space-data. Uses window size.
*/
bScreen *screen_add(struct Main *bmain, const char *name, const rcti *rect);
void screen_data_copy(bScreen *to, bScreen *from);