diff --git a/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AbstractInterfaceServiceProvider.php b/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AbstractInterfaceServiceProvider.php index 7a9104e1f94..26c40fa7e30 100644 --- a/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AbstractInterfaceServiceProvider.php +++ b/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AbstractInterfaceServiceProvider.php @@ -41,7 +41,7 @@ abstract class AbstractInterfaceServiceProvider extends AbstractServiceProvider /** * Register a class in the container and add tags for all the interfaces it implements. * - * This also updates the `$this->provides` property with the interfaces provided by the class, ane ensures + * This also updates the `$this->provides` property with the interfaces provided by the class, and ensures * that the property doesn't contain duplicates. * * @since x.x.x diff --git a/plugins/woocommerce/src/Internal/Traits/SourceAttributionMeta.php b/plugins/woocommerce/src/Internal/Traits/SourceAttributionMeta.php index d5ad6b72520..5f289451cd7 100644 --- a/plugins/woocommerce/src/Internal/Traits/SourceAttributionMeta.php +++ b/plugins/woocommerce/src/Internal/Traits/SourceAttributionMeta.php @@ -107,7 +107,7 @@ trait SourceAttributionMeta { // Remove leading and trailing underscores. $prefix = trim( $prefix, '_' ); - // Ensure the prfix ends with _, and set the prefix. + // Ensure the prefix ends with _, and set the prefix. $this->field_prefix = "{$prefix}_"; }