diff --git a/app/Library/FinanceHelper.php b/app/Library/FinanceHelper.php index 2896068c8..9204f3bb3 100644 --- a/app/Library/FinanceHelper.php +++ b/app/Library/FinanceHelper.php @@ -92,7 +92,7 @@ class FinanceHelper { $corpId = $this->GetCharCorp($charId); //Disable all caching by setting the NullCache as the preferred cache handler. - $configuraiton = Configuration::getInstance(); + $configuration = Configuration::getInstance(); $configuration->cache = NullCache::class; //Create an ESI authentication container