[Bf-blender-cvs] [7f4530dad2e] master: Cleanup: incorrect doxy section title

Campbell Barton noreply at git.blender.org
Fri Mar 12 06:17:10 CET 2021


Commit: 7f4530dad2ef5f9370f5c36261387be0127f02f6
Author: Campbell Barton
Date:   Fri Mar 12 12:52:23 2021 +1100
Branches: master
https://developer.blender.org/rB7f4530dad2ef5f9370f5c36261387be0127f02f6

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