diff options
author | J. Neuschäfer <j.ne@posteo.net> | 2024-11-29 20:42:29 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-12-15 02:03:52 +0100 |
commit | a7dc9f3220d55ebab41712b78221ea7dd5c12571 (patch) | |
tree | a06387ffd20bfdcb7f1405a35c20d08be281245e | |
parent | 69ec7f35e05780b0a9021ba6f9038e2b534f8d17 (diff) |
doc: sending_patches: Fix spelling of "its"
Although it has historically been different, the current standard
spelling of the neutral singular possessive pronoun is "its".
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
-rw-r--r-- | doc/develop/sending_patches.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst index e22b5e3e244..ee6e34089b5 100644 --- a/doc/develop/sending_patches.rst +++ b/doc/develop/sending_patches.rst @@ -377,7 +377,7 @@ The following are a "rule of thumb" as to how the states are used in patchwork today. Not all states are used by all custodians. * New: Patch has been submitted to the list, and none of the maintainers has - changed it's state since. + changed its state since. * Under Review: A custodian is reviewing the patch currently. |