diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Encryption/IEncryptionModule.php | 2 | ||||
-rw-r--r-- | lib/public/Files/Node.php | 2 | ||||
-rw-r--r-- | lib/public/FullTextSearch/Model/ISearchTemplate.php | 2 | ||||
-rw-r--r-- | lib/public/ITags.php | 2 | ||||
-rw-r--r-- | lib/public/IUser.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/public/Encryption/IEncryptionModule.php b/lib/public/Encryption/IEncryptionModule.php index fbac291c1b9..0bf0ef3476b 100644 --- a/lib/public/Encryption/IEncryptionModule.php +++ b/lib/public/Encryption/IEncryptionModule.php @@ -125,7 +125,7 @@ interface IEncryptionModule { * e.g. if all encryption keys exists * * @param string $path - * @param string $uid user for whom we want to check if he can read the file + * @param string $uid user for whom we want to check if they can read the file * @return boolean * @since 8.1.0 */ diff --git a/lib/public/Files/Node.php b/lib/public/Files/Node.php index e3641a82df3..edef0a6157f 100644 --- a/lib/public/Files/Node.php +++ b/lib/public/Files/Node.php @@ -243,7 +243,7 @@ interface Node extends FileInfo { * Check the type of an existing lock. * * A shared lock can be changed to an exclusive lock is there is exactly one shared lock on the file, - * an exclusive lock can always be changed to a shared lock since there can only be one exclusive lock int he first place. + * an exclusive lock can always be changed to a shared lock since there can only be one exclusive lock in the first place. * * A locked exception will be thrown when these preconditions are not met. * Note that this is also the case if no existing lock exists for the file. diff --git a/lib/public/FullTextSearch/Model/ISearchTemplate.php b/lib/public/FullTextSearch/Model/ISearchTemplate.php index 0de907bef19..89f683ca013 100644 --- a/lib/public/FullTextSearch/Model/ISearchTemplate.php +++ b/lib/public/FullTextSearch/Model/ISearchTemplate.php @@ -16,7 +16,7 @@ use OCP\FullTextSearch\IFullTextSearchProvider; * when the getSearchTemplate() method is called. * * The object will contain templates to be displayed, and the list of the different - * options to be available to the user when he start a new search. + * options to be available to the user when they start a new search. * * The display of the Options is generated by the FullTextSearch app and Options * can be displayed in 2 places: diff --git a/lib/public/ITags.php b/lib/public/ITags.php index 1ba6abae5a2..0da4522c86c 100644 --- a/lib/public/ITags.php +++ b/lib/public/ITags.php @@ -104,7 +104,7 @@ interface ITags { /** * Checks whether a tag is saved for the given user, - * disregarding the ones shared with him or her. + * disregarding the ones shared with them. * * @param string $name The tag name to check for. * @param string $user The user whose tags are to be checked. diff --git a/lib/public/IUser.php b/lib/public/IUser.php index 4ba9a89f064..8c7d6a1283e 100644 --- a/lib/public/IUser.php +++ b/lib/public/IUser.php @@ -117,7 +117,7 @@ interface IUser { public function getBackend(); /** - * check if the backend allows the user to change his avatar on Personal page + * check if the backend allows the user to change their avatar on Personal page * * @return bool * @since 8.0.0 |