Browse code

Merge "Fix typo in local variable name in time_stop"

Jenkins authored on 2016/05/27 10:27:36
Showing 1 changed files
... ...
@@ -2371,7 +2371,7 @@ function time_start {
2371 2371
 function time_stop {
2372 2372
     local name
2373 2373
     local end_time
2374
-    local elpased_time
2374
+    local elapsed_time
2375 2375
     local total
2376 2376
     local start_time
2377 2377