From 38245da0b8ab1a08ae192ef2c0d5755a8f88841a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 26 May 2016 17:55:14 -0400 Subject: [PATCH] Fix typo in local variable name in time_stop This didn't break functionality but it would use a global instead of a local variable so nested calls to time_* might have issues. Change-Id: If61ef07c4ce15f1a356975a0b0611fdf5e49109a --- functions-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-common b/functions-common index 9973d8ff03..3fdd71bffc 100644 --- a/functions-common +++ b/functions-common @@ -2371,7 +2371,7 @@ function time_start { function time_stop { local name local end_time - local elpased_time + local elapsed_time local total local start_time