commit | 38245da0b8ab1a08ae192ef2c0d5755a8f88841a | [log] [tgz] |
---|---|---|
author | Rob Crittenden <rcritten@redhat.com> | Thu May 26 17:55:14 2016 -0400 |
committer | Rob Crittenden <rcritten@redhat.com> | Thu May 26 17:55:14 2016 -0400 |
tree | 8e0ace15b5cce2c00c22d158d6bb189ba15d35fe | |
parent | bc4b96b79425c8485929b8dd5c4e138a395099a3 [diff] [blame] |
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
diff --git a/functions-common b/functions-common index 9973d8f..3fdd71b 100644 --- a/functions-common +++ b/functions-common
@@ -2371,7 +2371,7 @@ function time_stop { local name local end_time - local elpased_time + local elapsed_time local total local start_time