commit | 327f8d14b91e13c87653124a23fae3f83715c34d | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri May 27 01:27:36 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri May 27 01:27:37 2016 +0000 |
tree | bfabf4ec3af572be881e4d19ae009bc5e52ada68 | |
parent | 5af67ae0e1c7ce681db8ab3b9fbd09d23b801b44 [diff] | |
parent | 38245da0b8ab1a08ae192ef2c0d5755a8f88841a [diff] |
Merge "Fix typo in local variable name in time_stop"
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