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>2014-09-05 04:16:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-09-05 04:16:11 +0400
commita7f87cfc0d87b8ebbcdef6ec2aa665fd56bcd2cf (patch)
treef0c5aee6acff4b80dfc899e581f62bd482c940ea /source/blender/editors/space_file/filesel.c
parentb2de885b4ed508cfde94bdd592a307c40e56066d (diff)
Cleanup: de-duplicate link/append props
Diffstat (limited to 'source/blender/editors/space_file/filesel.c')
-rw-r--r--source/blender/editors/space_file/filesel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c
index 3e210af5d50..afe3f29e9bc 100644
--- a/source/blender/editors/space_file/filesel.c
+++ b/source/blender/editors/space_file/filesel.c
@@ -288,7 +288,7 @@ int ED_fileselect_layout_numfiles(FileLayout *layout, ARegion *ar)
* - *_over: extra pixels, to take into account, when the fit isnt exact
* (needed since you may see the end of the previous column and the beginning of the next).
*
- * Could be more clever and take scorlling into account,
+ * Could be more clever and take scrolling into account,
* but for now don't bother.
*/
if (layout->flag & FILE_LAYOUT_HOR) {