Merge "Fix typo in local variable name in time_stop"

This commit is contained in:
Jenkins 2016-05-27 01:27:36 +00:00 committed by Gerrit Code Review
commit 327f8d14b9

View File

@ -2371,7 +2371,7 @@ function time_start {
function time_stop { function time_stop {
local name local name
local end_time local end_time
local elpased_time local elapsed_time
local total local total
local start_time local start_time