aboutsummaryrefslogtreecommitdiff
path: root/lib/index.tcl
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-11-13 00:17:44 +0900
committerPat Thoyts <patthoyts@users.sourceforge.net>2013-11-15 20:44:08 +0000
commit73fd416b291cdd70e30cb889e9ebcf10188d2342 (patch)
tree7226bdb4f7470c2694732ad9bbee6b285c9dca14 /lib/index.tcl
parent224cce8f9bb0403ec441ec709d2769adb8f66eb0 (diff)
downloadgit-73fd416b291cdd70e30cb889e9ebcf10188d2342.tar.gz
git-73fd416b291cdd70e30cb889e9ebcf10188d2342.tar.xz
git-gui: correct spelling errors in comments
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'lib/index.tcl')
-rw-r--r--lib/index.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.tcl b/lib/index.tcl
index 8efbbdde2..74a81a7b4 100644
--- a/lib/index.tcl
+++ b/lib/index.tcl
@@ -414,7 +414,7 @@ proc revert_helper {txt paths} {
# such distinction is needed in some languages. Previously, the
# code used "Revert changes in" for both, but that can't work
# in languages where 'in' must be combined with word from
- # rest of string (in diffrent way for both cases of course).
+ # rest of string (in different way for both cases of course).
#
# FIXME: Unfortunately, even that isn't enough in some languages
# as they have quite complex plural-form rules. Unfortunately,