X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/33c08942f3dde0afda078e7dfab9c65e413ac6e3..d30ba9e41fa70e8f709f2d89cfef7f342a9fd4e5:/projects/stargazer/tariff_impl.h diff --git a/projects/stargazer/tariff_impl.h b/projects/stargazer/tariff_impl.h index 682d66ec..788162cd 100644 --- a/projects/stargazer/tariff_impl.h +++ b/projects/stargazer/tariff_impl.h @@ -88,7 +88,7 @@ public: TARIFF_IMPL & operator=(const TARIFF_IMPL & t); bool operator==(const TARIFF_IMPL & rhs) const { return GetName() == rhs.GetName(); } bool operator!=(const TARIFF_IMPL & rhs) const { return GetName() != rhs.GetName(); } - std::string TariffChangelsAllowed(const TARIFF & to) const; + std::string TariffChangeIsAllowed(const TARIFF & to) const; private: TARIFF_DATA tariffData;