aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMads Kiilerich <madski@unity3d.com>2013-03-06 19:54:36 +0100
committerMads Kiilerich <madski@unity3d.com>2013-03-06 19:54:36 +0100
commitb4de05d21991655bde3ab6ae0f9107e9f4e778ed (patch)
tree48429b9e3492df94f06505e011718ee1787e01df /docs
parenta765fe2843a0f5f4bfe2c003d7e7151d9ed09f3d (diff)
fix spelling of committer
--HG-- branch : beta
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/changelog.rst4
-rwxr-xr-xdocs/setup.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index e66e5b86..1dc53686 100755
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -139,8 +139,8 @@ fixes
When this is used together with mercurial internal translation system
it can lead to UnicodeDecodeErrors
- fixes #645 Fix git handler when doing delete remote branch
-- implements #649 added two seperate method for author and commiter to VCS
- changeset class switch author for git backed to be the real author not commiter
+- implements #649 added two seperate method for author and committer to VCS
+ changeset class switch author for git backed to be the real author not committer
- fix issue #504 RhodeCode is showing different versions of README on
different summary page loads
- implemented #658 Changing username in LDAP-Mode should not be allowed.
diff --git a/docs/setup.rst b/docs/setup.rst
index 504c8c6c..1671a154 100755
--- a/docs/setup.rst
+++ b/docs/setup.rst
@@ -478,7 +478,7 @@ Changing default encoding
By default RhodeCode uses utf8 encoding, starting from 1.3 series this
can be changed, simply edit default_encoding in .ini file to desired one.
-This affects many parts in rhodecode including commiters names, filenames,
+This affects many parts in rhodecode including committers names, filenames,
encoding of commit messages. In addition RhodeCode can detect if `chardet`
library is installed. If `chardet` is detected RhodeCode will fallback to it
when there are encode/decode errors.