Fix typos in documentation, comments, etc. Andrew Kreimer (20): config.mak.dev: fix a typo diffcore-rename: fix typos fsmonitor-settings: fix a typo git-instaweb: fix a typo git-p4: fix typos gpg-interface: fix a typo http: fix a typo merge-ll: fix a typo merge-ort: fix typos object-file: fix a typo pretty: fix a typo read-cache-ll: fix a typo rebase: fix a typo ref-filter: fix a typo refs: fix typos revision: fix a typo run-command: fix a typo setup: fix a typo sideband: fix a typo upload-pack: fix a typo config.mak.dev | 2 +- diffcore-rename.c | 4 ++-- fsmonitor-settings.c | 2 +- git-instaweb.sh | 2 +- git-p4.py | 4 ++-- gpg-interface.c | 2 +- http.c | 2 +- merge-ll.c | 2 +- merge-ort.c | 4 ++-- object-file.c | 2 +- pretty.c | 2 +- read-cache-ll.h | 2 +- rebase.c | 2 +- ref-filter.c | 2 +- refs.h | 6 +++--- revision.h | 2 +- run-command.h | 2 +- setup.c | 2 +- sideband.c | 2 +- upload-pack.c | 2 +- 20 files changed, 25 insertions(+), 25 deletions(-) base-commit: 3fb745257b30a643ee78c9a7c52ab107c82e4745 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1794%2Falgonell%2Ffix-typos-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1794/algonell/fix-typos-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1794 -- gitgitgadget