[Bf-blender-cvs] [39cdad0b0c3] temp-lineart-contained: Cleanup: incorrect doxy section title

Campbell Barton noreply at git.blender.org
Sat Mar 13 02:00:59 CET 2021


Commit: 39cdad0b0c3ea453aaa415d0bd5cfcb4d0699832
Author: Campbell Barton
Date:   Fri Mar 12 12:52:23 2021 +1100
Branches: temp-lineart-contained
https://developer.blender.org/rB39cdad0b0c3ea453aaa415d0bd5cfcb4d0699832

Cleanup: incorrect doxy section title

Also correct typo.

===================================================================

M	source/blender/editors/sculpt_paint/sculpt_intern.h
M	source/blender/editors/space_file/file_ops.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 16c2996e392..c323a4d744a 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -1254,7 +1254,7 @@ typedef struct FilterCache {
   float *sharpen_factor;
   float (*detail_directions)[3];
 
-  /* Filter orientaiton. */
+  /* Filter orientation. */
   SculptFilterOrientation orientation;
   float obmat[4][4];
   float obmat_inv[4][4];
diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index b82290205c7..bd6b15bdf74 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -962,7 +962,7 @@ void FILE_OT_select_all(wmOperatorType *ot)
 /** \} */
 
 /* -------------------------------------------------------------------- */
-/** \name Select All Operator
+/** \name View Selected Operator
  * \{ */
 
 static int file_view_selected_exec(bContext *C, wmOperator *UNUSED(op))



More information about the Bf-blender-cvs mailing list