Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 1c62978

Browse files
replace perfom by perform
1 parent 7d1514e commit 1c62978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Acl/Dbal/MutableAclProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function updateAcl(MutableAclInterface $acl)
253253
}
254254

255255
// check properties for deleted, and created ACEs, and perform deletions
256-
// we need to perfom deletions before updating existing ACEs, in order to
256+
// we need to perform deletions before updating existing ACEs, in order to
257257
// preserve uniqueness of the order field
258258
if (isset($propertyChanges['classAces'])) {
259259
$this->updateOldAceProperty('classAces', $propertyChanges['classAces']);

0 commit comments

Comments
 (0)