Skip to content

Commit

Permalink
[4.1] spelling preform/perform
Browse files Browse the repository at this point in the history
code review
  • Loading branch information
brianteeman committed Jun 14, 2022
1 parent 74a99fa commit 75d5986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Table/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ public function hit($pk = null)
*
* If the row is checked out by the same user, then it is considered not checked out -- as the user can still edit it.
*
* @param integer $with The user ID to preform the match with, if an item is checked out by this user the function will return false.
* @param integer $with The user ID to perform the match with, if an item is checked out by this user the function will return false.
* @param integer $against The user ID to perform the match against when the function is used as a static function.
*
* @return boolean True if checked out.
Expand Down

0 comments on commit 75d5986

Please sign in to comment.