We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62d98e commit f33f192Copy full SHA for f33f192
src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php
@@ -253,7 +253,7 @@ public function updateAcl(MutableAclInterface $acl)
253
}
254
255
// check properties for deleted, and created ACEs, and perform deletions
256
- // we need to perfom deletions before updating existing ACEs, in order to
+ // we need to perform deletions before updating existing ACEs, in order to
257
// preserve uniqueness of the order field
258
if (isset($propertyChanges['classAces'])) {
259
$this->updateOldAceProperty('classAces', $propertyChanges['classAces']);
0 commit comments