diff --git a/intaro.retailcrm/export/export_run.php b/intaro.retailcrm/export/export_run.php
index 22c74766..13bc75d8 100644
--- a/intaro.retailcrm/export/export_run.php
+++ b/intaro.retailcrm/export/export_run.php
@@ -46,7 +46,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/bitrix/php_interface/retailcrm/exp
$iblockPropertyProductHl = [];
$iblockPropertyUnitProduct = [];
- foreach (array_keys($settingService->actrualPropList) as $prop) {
+ foreach (array_keys($settingService->actualPropList) as $prop) {
$skuUnitProps = ('iblockPropertyUnitSku_' . $prop);
$skuUnitProps = $$skuUnitProps;
diff --git a/intaro.retailcrm/export/export_setup.php b/intaro.retailcrm/export/export_setup.php
index 1091b5e5..cda81a72 100644
--- a/intaro.retailcrm/export/export_setup.php
+++ b/intaro.retailcrm/export/export_setup.php
@@ -473,6 +473,7 @@ if ($STEP === 1) {
} ?>
customPropList[$catalogId];
@@ -555,7 +556,9 @@ if ($STEP === 1) {
-
+
@@ -664,7 +667,7 @@ if ($STEP === 1) {
assertInstanceOf(SettingsService::class, $settingService);
- $this->assertArrayHasKey('property1', $settingService->actrualPropList);
- $this->assertArrayHasKey('property2', $settingService->actrualPropList);
+ $this->assertArrayHasKey('property1', $settingService->actualPropList);
+ $this->assertArrayHasKey('property2', $settingService->actualPropList);
return $settingService;
}