From e944ceb0f0c084b14f2389c780b1ceb87a212c75 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 6 May 2024 01:15:52 +0200 Subject: e --- src/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.cpp') diff --git a/src/script.cpp b/src/script.cpp index df9ba473..f2b7d30d 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -7,7 +7,7 @@ namespace { constexpr StringView names[(size_t)script_lifecycle::COUNT] = { - "no-init"_s, "initializing"_s, "created"_s, "destroying"_s, "torn_down"_s, + "no-init"_s, "initializing"_s, "created"_s, "destroying"_s, "torn-down"_s, }; } // namespace -- cgit v1.2.3