diff options
author | vuittont60 <vuittontvuittont50@outlook.com> | 2023-10-10 15:06:47 +0800 |
---|---|---|
committer | vuittont60 <vuittontvuittont50@outlook.com> | 2023-10-10 15:06:47 +0800 |
commit | 57131bfa3cfd9e5826b5c557aba8aa03bf41f833 (patch) | |
tree | 6f9738b7ce155395b30417e5fab68038b118ea95 /contrib | |
parent | 04265ba9378efbd4c35b33390b1e5cf246d420a9 (diff) |
docs: fix typo
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/devtools/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 8bbf39b67f..56eaeef815 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -83,7 +83,7 @@ A small script to automatically create manpages in ../../doc/man by running the This requires help2man which can be found at: https://www.gnu.org/software/help2man/ With in-tree builds this tool can be run from any directory within the -repostitory. To use this tool with out-of-tree builds set `BUILDDIR`. For +repository. To use this tool with out-of-tree builds set `BUILDDIR`. For example: ```bash |