Commit: 286bd874453879e712d147708b7b508c98319056
Author: Campbell Barton
Date: Thu Jun 17 11:19:52 2021 +1000
Branches: master
https://developer.blender.org/rB286bd874453879e712d147708b7b508c98319056
Cleanup: spelling
===================================================================
M source/blender/editors/interface/view2d_edge_pan.c
===================================================================
diff --git a/source/blender/editors/interface/view2d_edge_pan.c
b/source/blender/editors/interface/view2d_edge_pan.c
index 38364a687fd..ca32a754f1d 100644
--- a/source/blender/editors/interface/view2d_edge_pan.c
+++ b/source/blender/editors/interface/view2d_edge_pan.c
@@ -42,7 +42,7 @@
#include "WM_types.h"
/* -------------------------------------------------------------------- */
-/** \name Edge Pan Operator Utilties
+/** \name Edge Pan Operator Utilities
* \{ */
bool UI_view2d_edge_pan_poll(bContext *C)
@@ -250,13 +250,13 @@ void UI_view2d_edge_pan_apply(bContext *C,
View2DEdgePanData *vpd, int x, int y)
}
vpd->edge_pan_last_time = current_time;
- /* Pan, clamping inside the regions's total bounds. */
+ /* Pan, clamping inside the regions total bounds. */
edge_pan_apply_delta(C, vpd, dx, dy);
}
void UI_view2d_edge_pan_apply_event(bContext *C, View2DEdgePanData *vpd, const
wmEvent *event)
{
- /* Only mousemove events matter here, ignore others. */
+ /* Only mouse-move events matter here, ignore others. */
if (event->type != MOUSEMOVE) {
return;
}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs