diff options
author | Michele Ballabio <barra_cuda@katamail.com> | 2007-09-27 14:53:25 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-09-27 22:12:49 -0400 |
commit | cbf13d9e0c4fc7ac4f2f52f88cff94f1fc311971 (patch) | |
tree | f119a6d113428a7d3752cec85173391b973cfb9b /lib/blame.tcl | |
parent | git-gui: Make the status bar easier to read in the setup wizard (diff) | |
download | tgif-cbf13d9e0c4fc7ac4f2f52f88cff94f1fc311971.tar.xz |
git-gui: fix typo in lib/blame.tcl
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/blame.tcl')
-rw-r--r-- | lib/blame.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blame.tcl b/lib/blame.tcl index a911c3c77d..00ecf21333 100644 --- a/lib/blame.tcl +++ b/lib/blame.tcl @@ -905,7 +905,7 @@ method _open_tooltip {cur_w} { set author_time {} catch {set author_name $header($cmit,author)} catch {set summary $header($cmit,summary)} - catch {set author_time [foramt_date $header($cmit,author-time)]} + catch {set author_time [format_date $header($cmit,author-time)]} $tooltip_t insert end [strcat [mc "Originally By:"] "\n"] section_header $tooltip_t insert end "commit $cmit\n" |