X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fdestination%2FDestinationBase.php;h=8383e587e564f531e297d25e9bcb029bbab23763;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=21a1869b1f90273c9e35235788cafeff2643fc1f;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php b/web/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php index 21a1869b1..8383e587e 100644 --- a/web/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php +++ b/web/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php @@ -12,7 +12,7 @@ use Drupal\migrate\Plugin\RequirementsInterface; /** * Base class for migrate destination classes. * - * Migrate destination plugins perfom the import operation of the migration. + * Migrate destination plugins perform the import operation of the migration. * Destination plugins extend this abstract base class. A destination plugin * must implement at least fields(), getIds() and import() methods. Destination * plugins can also support rollback operations. For more