diff options
| author | David Bremner <david@tethera.net> | 2026-02-17 07:48:21 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-02-17 07:48:21 +0900 |
| commit | c3bea91f1845639878b31e6e2f07b2b2f5db4257 (patch) | |
| tree | 8ffa0db4bfe5c237b0172f1b9944daf1525723fd /doc | |
| parent | bc0eb71fccd9c1be6dbdcda826da2fe2f74b0f53 (diff) | |
doc/git-remote: fix typo
In [1], Michael pointed out we should s/proved/provided/.
[1]: id:CAA19uiQvyg_fF4z+92D6Zhn_DOx+VC8thct7MioxCsEZ78CYVg@mail.gmail.com
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/git-remote-notmuch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/git-remote-notmuch.rst b/doc/man1/git-remote-notmuch.rst index ab368bab..ab268f83 100644 --- a/doc/man1/git-remote-notmuch.rst +++ b/doc/man1/git-remote-notmuch.rst @@ -20,7 +20,7 @@ Configuration This remote helper is configured via :any:`notmuch-config(1)` options. Git needs an email address and name to construct a commit. This remote -helper uses the values proved by :nmconfig:`user.primary_email` and +helper uses the values provided by :nmconfig:`user.primary_email` and :nmconfig:`user.name` respectively. The handling of missing messages (messages referenced in the git |
