diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-23 15:10:23 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-11-23 15:11:22 -0500 |
| commit | 5e3eb2fe3556f9a73dafbca0a67d3a5ae1043422 (patch) | |
| tree | e5167c7eab43c90d2e1bf1dda450e228d3e5d51a /src | |
| parent | fce6ad876d555bc6d1cfb7d481da6dd80ef36e39 (diff) | |
fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/REL/d/t/d_t_barrel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/REL/d/t/d_t_barrel.cpp b/src/REL/d/t/d_t_barrel.cpp index 39b2778e..d6d81a89 100644 --- a/src/REL/d/t/d_t_barrel.cpp +++ b/src/REL/d/t/d_t_barrel.cpp @@ -21,7 +21,7 @@ SPECIAL_ACTOR_PROFILE(TAG_BARREL, dTgBarrel_c, fProfile::TAG_BARREL, 0x221, 0, 0 STATE_DEFINE(dTgBarrel_c, Wait); STATE_DEFINE(dTgBarrel_c, Stop); -// Weak function ordering issue of the ctor and dtpr of the objects +// Weak function ordering issue of the ctor and dtor of the objects // for the following in the member arrays // dAcRef_c<dTgBarrelPos_c> // dAcRef_c<dAcOBarrel_c> |
