This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Define NO_MSGFMT if you do not have msgfmt from the GNU gettext
6
6
# package and want to use our rough pure Tcl po->msg translator.
7
- # TCL_PATH must be vaild for this to work.
7
+ # TCL_PATH must be valid for this to work.
8
8
#
9
9
10
10
GIT-VERSION-FILE : FORCE
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class blame {
5
5
6
6
image create photo ::blame::img_back_arrow -data {R0lGODlhGAAYAIUAAPwCBEzKXFTSZIz+nGzmhGzqfGTidIT+nEzGXHTqhGzmfGzifFzadETCVES+VARWDFzWbHzyjAReDGTadFTOZDSyRDyyTCymPARaFGTedFzSbDy2TCyqRCyqPARaDAyCHES6VDy6VCyiPAR6HCSeNByWLARyFARiDARqFGTifARiFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAYABgAAAajQIBwSCwaj8ikcsk0BppJwRPqHEypQwHBis0WDAdEFyBIKBaMAKLBdjQeSkFBYTBAIvgEoS6JmhUTEwIUDQ4VFhcMGEhyCgoZExoUaxsWHB0THkgfAXUGAhoBDSAVFR0XBnCbDRmgog0hpSIiDJpJIyEQhBUcJCIlwA22SSYVogknEg8eD82qSigdDSknY0IqJQXPYxIl1dZCGNvWw+Dm510GQQAh/mhDcmVhdGVkIGJ5IEJNUFRvR0lGIFBybyB2ZXJzaW9uIDIuNQ0KqSBEZXZlbENvciAxOTk3LDE5OTguIEFsbCByaWdodHMgcmVzZXJ2ZWQuDQpodHRwOi8vd3d3LmRldmVsY29yLmNvbQA7}
7
7
8
- # Persistant data (survives loads)
8
+ # Persistent data (survives loads)
9
9
#
10
10
field history {}; # viewer history: {commit path}
11
11
field header ; # array commit,key -> header field
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ proc revert_helper {txt paths} {
414
414
# such distinction is needed in some languages. Previously, the
415
415
# code used "Revert changes in" for both, but that can't work
416
416
# in languages where 'in' must be combined with word from
417
- # rest of string (in diffrent way for both cases of course).
417
+ # rest of string (in different way for both cases of course).
418
418
#
419
419
# FIXME: Unfortunately, even that isn't enough in some languages
420
420
# as they have quite complex plural-form rules. Unfortunately,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ field w_menu ; # context menu for the widget
14
14
field s_menuidx 0 ; # last index of insertion into $w_menu
15
15
16
16
field s_i {} ; # timer registration for _run callbacks
17
- field s_clear 0 ; # did we erase mispelled tags yet?
17
+ field s_clear 0 ; # did we erase misspelled tags yet?
18
18
field s_seen [list ] ; # lines last seen from $w_text in _run
19
19
field s_checked [list ] ; # lines already checked
20
20
field s_pending [list ] ; # [$line $data] sent to ispell/aspell
@@ -259,7 +259,7 @@ method _run {} {
259
259
if {$n == $cur_line
260
260
&& ![regexp {^\W$} [ $w_text get $cur_pos insert] ]} {
261
261
262
- # If the current word is mispelled remove the tag
262
+ # If the current word is misspelled remove the tag
263
263
# but force a spellcheck later.
264
264
#
265
265
set tags [$w_text tag names $cur_pos ]
You can’t perform that action at this time.
0 commit comments