Skip to content

Commit

Permalink
[WFX-350] Replace 'his or her' with 'their'.
Browse files Browse the repository at this point in the history
DO NOT modify license notices.
  • Loading branch information
adamp01 authored and MrAlex94 committed May 4, 2023
1 parent a269e48 commit 88df7c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/Code_Review_FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ What do reviewers look for?
A review is focused on a patch's design, implementation, usefulness in
fixing a stated problem, and fit within its module. A reviewer should be
someone with domain expertise in the problem area. A reviewer may also
utilize other areas of his or her expertise and comment on other
utilize other areas of their expertise and comment on other
possible improvements. There are no inherent limitations on what
comments a reviewer might make about improving the code.

Expand Down
2 changes: 1 addition & 1 deletion media/libpng/png.h
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ typedef png_row_info * png_row_infop;
typedef png_row_info * * png_row_infopp;

/* These are the function types for the I/O functions and for the functions
* that allow the user to override the default I/O functions with his or her
* that allow the user to override the default I/O functions with their
* own. The png_error_ptr type should match that of user-supplied warning
* and error functions, while the png_rw_ptr type should match that of the
* user read/write data functions. Note that the 'write' function must not
Expand Down
2 changes: 1 addition & 1 deletion security/nss/lib/pki/nsspki.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ NSSCertificate_IsPrivateKeyAvailable(
* Verify that if this certificate lives on a token, that the token
* is still present and the certificate still exists. This is a
* lightweight call which should be used whenever it should be
* verified that the user hasn't perhaps popped out his or her
* verified that the user hasn't perhaps popped out their
* token and strolled away.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ create-profile-first-page-header =
profile-creation-explanation-1 = { -brand-short-name } stores information about your settings and preferences in your personal profile.
profile-creation-explanation-2 = If you are sharing this copy of { -brand-short-name } with other users, you can use profiles to keep each user’s information separate. To do this, each user should create his or her own profile.
profile-creation-explanation-2 = If you are sharing this copy of { -brand-short-name } with other users, you can use profiles to keep each user’s information separate. To do this, each user should create their own profile.
profile-creation-explanation-3 = If you are the only person using this copy of { -brand-short-name }, you must have at least one profile. If you would like, you can create multiple profiles for yourself to store different sets of settings and preferences. For example, you may want to have separate profiles for business and personal use.
Expand Down

0 comments on commit 88df7c0

Please sign in to comment.