X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=git-gui%2Flib%2Findex.tcl;h=74a81a7b42779c006fb0c0060724359fca2b33d9;hb=98e3d8faf9eebd382f62a75c886b7e1c6a20279b;hp=8efbbdde21123dd65412cd5fe6dbb506966b0af9;hpb=ee5a57bc5c5641c30bc626892ddc31ddd18ed7ad;p=platform%2Fupstream%2Fgit.git diff --git a/git-gui/lib/index.tcl b/git-gui/lib/index.tcl index 8efbbdd..74a81a7 100644 --- a/git-gui/lib/index.tcl +++ b/git-gui/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,