[Bf-blender-cvs] [3f1873111ed] master: Cleanup: Fix comment typo

Antonio Vazquez noreply at git.blender.org
Sun Aug 8 15:11:54 CEST 2021


Commit: 3f1873111ed8dc3f0f42f16e157ac4be2c948696
Author: Antonio Vazquez
Date:   Sun Aug 8 15:11:50 2021 +0200
Branches: master
https://developer.blender.org/rB3f1873111ed8dc3f0f42f16e157ac4be2c948696

Cleanup: Fix comment typo

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

M	source/blender/editors/gpencil/gpencil_select.c

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

diff --git a/source/blender/editors/gpencil/gpencil_select.c b/source/blender/editors/gpencil/gpencil_select.c
index 7e95e360998..93bae7d3614 100644
--- a/source/blender/editors/gpencil/gpencil_select.c
+++ b/source/blender/editors/gpencil/gpencil_select.c
@@ -594,7 +594,7 @@ static int gpencil_select_random_exec(bContext *C, wmOperator *op)
         const unsigned int j = BLI_rng_get_uint(rng) % gps->totpoints;
         bool select_stroke = ((gps->totpoints * randfac) <= j) ? true : false;
         select_stroke ^= select;
-        /* Curve function has select paremter inverted. */
+        /* Curve function has select parameter inverted. */
         select_all_curve_points(gpd, gps, gps->editcurve, !select_stroke);
         changed = true;
         BLI_rng_free(rng);



More information about the Bf-blender-cvs mailing list