diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 01:15:52 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 01:15:52 +0200 |
| commit | e944ceb0f0c084b14f2389c780b1ceb87a212c75 (patch) | |
| tree | 8d2c417f0fee176bcc4ffc83b2dc06b0bbd6ec31 /src/script.cpp | |
| parent | c71dc6be5e506fc316ac6557d6956aa69988e44f (diff) | |
e
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 |
