diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 11:48:53 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 11:53:15 +0100 |
commit | 17c58f0c46aa0b39e27ea95bf0560737de9948ae (patch) | |
tree | 16a5a242822733990fb5059044c3a8bda9467cab /bin | |
parent | e4421141be898f82f7aa56eb86bbeb27c0be591c (diff) |
fix typos3.0.0-ONAPcasablanca
Change-Id: Ib2c44f05aebe8799c5b5f970cc2ceb22a4db2887
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/abrmdcontainer/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/abrmdcontainer/README.md b/bin/abrmdcontainer/README.md index fb07ca1..beda250 100755 --- a/bin/abrmdcontainer/README.md +++ b/bin/abrmdcontainer/README.md @@ -9,12 +9,12 @@ ### container and is mounted as /tmp/files/ inside container ### the host's name "TPM_NODE_NAME" environmental variable -### The input to this container is srkhandle(a file/environmental vatiable) +### The input to this container is srkhandle(a file/environmental variable) ### tpm_status.yaml (TPM State) password (for TPM Primary key, ### password is encrypted using pgp and is extracted using the passphrase ### (provided in shared volume)) ### Output of this container is the public -### portion of the TPM's Primary key (out_parent_public) and the staus will +### portion of the TPM's Primary key (out_parent_public) and the status will ### be updated in the tpm_status.yaml file |