diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-04-17 19:13:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-20 15:56:07 -0700 |
commit | 680ebc01806187b33cab9093c39102468298350f (patch) | |
tree | e78dec25b84862f9e3fd325066be7a9c5a236813 /gitweb | |
parent | builtin-remote: fix typo in option description (diff) | |
download | tgif-680ebc01806187b33cab9093c39102468298350f.tar.xz |
Documentation: fix typos / spelling mistakes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb')
-rw-r--r-- | gitweb/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/README b/gitweb/README index 8433dd1d45..ccda890c0e 100644 --- a/gitweb/README +++ b/gitweb/README @@ -206,7 +206,7 @@ not include variables usually directly set during build): * $fallback_encoding Gitweb assumes this charset if line contains non-UTF-8 characters. Fallback decoding is used without error checking, so it can be even - 'utf-8'. Value mist be valid encodig; see Encoding::Supported(3pm) man + 'utf-8'. Value must be valid encoding; see Encoding::Supported(3pm) man page for a list. By default 'latin1', aka. 'iso-8859-1'. * @diff_opts Rename detection options for git-diff and git-diff-tree. By default |