summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/box3d-tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/box3d-tool.h')
-rw-r--r--src/ui/tools/box3d-tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/box3d-tool.h b/src/ui/tools/box3d-tool.h
index 1dd6bb5f8..33ae6d8e7 100644
--- a/src/ui/tools/box3d-tool.h
+++ b/src/ui/tools/box3d-tool.h
@@ -80,7 +80,7 @@ private:
Proj::Pt3 drag_ptC_proj;
bool ctrl_dragged; /* whether we are ctrl-dragging */
- bool extruded; /* whether shift-dragging already occured (i.e. the box is already extruded) */
+ bool extruded; /* whether shift-dragging already occurred (i.e. the box is already extruded) */
sigc::connection sel_changed_connection;