diff --git a/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php
index d76d9a767e7783dc73ab0072e7fddc230f5326ac..80937863d056dd90796e5fcfcf0908dcaf8ce438 100644
--- a/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php
+++ b/module/VuFind/src/VuFind/Search/Factory/EdsBackendFactory.php
@@ -194,7 +194,7 @@ class EdsBackendFactory implements FactoryInterface
             $accountData['profile'] = $this->edsConfig->EBSCO_Account->profile;
         }
         if (isset($this->edsConfig->EBSCO_Account->organization_id)) {
-            $acountData['orgid'] = $this->edsConfig->EBSCO_Account->organization_id;
+            $accountData['orgid'] = $this->edsConfig->EBSCO_Account->organization_id;
         }
         return $accountData;