From 65114d904c97424c90637a1571c9d224ffc7762c Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 29 Oct 2020 11:53:31 -0700 Subject: [PATCH] fix typo in comment --- plugins/automaterial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/automaterial.cpp b/plugins/automaterial.cpp index a238216c8..7940fbdb9 100644 --- a/plugins/automaterial.cpp +++ b/plugins/automaterial.cpp @@ -1100,7 +1100,7 @@ struct jobutils_hook : public df::viewscreen_dwarfmodest // Allocation done, reset move_cursor(box_second); - // if we're using buildingplan, we nevef actually leave the placement + // if we're using buildingplan, we never actually leave the placement // screen, so there's no need to re-enter the screen revert_to_last_used_type = saved_revert_setting; if (!use_buildingplan && !revert_to_last_used_type)