diff options
Diffstat (limited to 'src/script.cpp')
| -rw-r--r-- | src/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
