Cleanup: incorrect doxy section title

Also correct typo.
This commit is contained in:
2021-03-12 12:52:23 +11:00
parent 8125731cae
commit 7f4530dad2
2 changed files with 2 additions and 2 deletions

View File

@@ -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];

View File

@@ -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))