Make source code comments use gender neutral pronouns

The changes also include some grammatical fixes as well.
This commit is contained in:
luz paz
2021-12-02 16:18:04 -05:00
parent d4f0eb5bfb
commit d877ee4d47
59 changed files with 77 additions and 77 deletions

View File

@@ -2506,7 +2506,7 @@ ViewProvider *ViewProviderLink::startEditing(int mode) {
}
// TODO: the 0x8000 mask here is for caller to disambiguate the intention
// here, whether he wants to, say transform the link itself or the linked
// here, whether they want to, say transform the link itself or the linked
// object. Use of a mask here will allow forwarding those editing modes that
// are supported by both the link and the linked object, such as transform
// and set color. We need to find a better place to declare this constant.