diff --git a/app/devices/app_defaults.php b/app/devices/app_defaults.php index 4f46138af5..4abcd569ef 100644 --- a/app/devices/app_defaults.php +++ b/app/devices/app_defaults.php @@ -96,7 +96,7 @@ if ($domains_processed == 1) { foreach ($vendor['functions'] as $function) { //get the id $device_vendor_function_uuid = uuid(); - //add the device vendor funtction + //add the device vendor function $sql = "insert into v_device_vendor_functions "; $sql .= "("; $sql .= "device_vendor_uuid, ";