spelling: retrieve

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:18 -04:00
parent af324f6adf
commit 1d5f1f393f
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ class Attach
} }
/** /**
* Retrive a single record given the ID * Retrieve a single record given the ID
* *
* @param int $id Row id of the record * @param int $id Row id of the record
* *
@ -122,7 +122,7 @@ class Attach
} }
/** /**
* Retrive a single record given the ID * Retrieve a single record given the ID
* *
* @param int $id Row id of the record * @param int $id Row id of the record
* *