diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 9c905ec..a435ce7 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -749,7 +749,7 @@ EOF endfunction function! s:OrderTime(time_str, loop_count) - " Add a milisecond to a:time. + " Add a millisecond to a:time. " Time prevision doesn't matter, but order of heartbeats does. if !(a:time_str =~ "\.") let millisecond = s:n2s(a:loop_count)