Skip to content

Commit 5da3cec

Browse files
authored
fix typo (#202)
1 parent 883262b commit 5da3cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/wakatime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ EOF
736736
endfunction
737737

738738
function! s:OrderTime(time_str, loop_count)
739-
" Add a milisecond to a:time.
739+
" Add a millisecond to a:time.
740740
" Time prevision doesn't matter, but order of heartbeats does.
741741
if !(a:time_str =~ "\.")
742742
let millisecond = s:n2s(a:loop_count)

0 commit comments

Comments
 (0)