Fix: Globally fixing the "milisecond" typo in the code (#13329)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexandre Folle de Menezes
2026-04-23 10:34:36 -03:00
committed by GitHub
parent 5fad57fe48
commit 2461bbd279
6 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@
static constexpr float GAP_WIDTH = 10.0f;
static constexpr float SPACE_RIGHT_PANEL = 10.0f;
static constexpr float FADING_OUT_DURATION = 2.0f;
// Time in Miliseconds after next render when fading out is requested
// Time in Milliseconds after next render when fading out is requested
static constexpr int FADING_OUT_TIMEOUT = 100;
namespace Slic3r {