diff options
author | rubidium42 <rubidium@openttd.org> | 2021-05-09 19:02:17 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-05-15 10:16:48 +0200 |
commit | 44ca7d93773fb816da6d353c9cde6ab14dae993a (patch) | |
tree | 2fc9399acaa114dd399eafb995d0dee8b516d18d /src/blitter | |
parent | ddaedaf32a1981dcd93cafee0cae879f96207fe4 (diff) | |
download | openttd-44ca7d93773fb816da6d353c9cde6ab14dae993a.tar.xz |
Change: Use gender-neutral pronouns
Diffstat (limited to 'src/blitter')
-rw-r--r-- | src/blitter/factory.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/factory.hpp b/src/blitter/factory.hpp index 94f3f9998..322b11c95 100644 --- a/src/blitter/factory.hpp +++ b/src/blitter/factory.hpp @@ -91,7 +91,7 @@ public: } /** - * Find the requested blitter and return his class. + * Find the requested blitter and return its class. * @param name the blitter to select. * @post Sets the blitter so GetCurrentBlitter() returns it too. */ |