Skip to content

Commit

Permalink
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
Browse files Browse the repository at this point in the history
* 'maint' of git://repo.or.cz/git-gui:
  git-gui: Help identify aspell version on Windows too
  • Loading branch information
Junio C Hamano committed Nov 2, 2008
2 parents e855bfc + dd87558 commit faf1dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-gui/lib/spellcheck.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ method _connect {pipe_fd} {
error_popup [strcat [mc "Unrecognized spell checker"] ":\n\n$s_version"]
return
}
set s_version [string range $s_version 5 end]
set s_version [string range [string trim $s_version] 5 end]
regexp \
{International Ispell Version .* \(but really (Aspell .*?)\)$} \
$s_version _junk s_version
Expand Down

0 comments on commit faf1dc7

Please sign in to comment.