Fix typo in tempest coding guide

"funcionality" was mis-spelled as "functionality " in
tempest/HACKING.html

Closes-Bug #1488729

Change-Id: I3c981852e8b9fe776cf4c111e98c9c0e5586dc3f
This commit is contained in:
Naomichi Wakui
2015-08-26 03:36:02 +00:00
parent d95efa9be2
commit dbe9aab53f

View File

@@ -319,7 +319,7 @@ Test Identification with Idempotent ID
Every function that provides a test must have an ``idempotent_id`` decorator
that is a unique ``uuid-4`` instance. This ID is used to complement the fully
qualified test name and track test funcionality through refactoring. The
qualified test name and track test functionality through refactoring. The
format of the metadata looks like::
@test.idempotent_id('585e934c-448e-43c4-acbf-d06a9b899997')