Browse Source

Merge pull request #174 from mkow/patch-1

Fix a typo in a sample code

Signed-off-by: Zhang Lili lili.z.zhang@intel.com
lzha101 6 years ago
parent
commit
f807025460
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SampleCode/LocalAttestation/App/App.cpp

+ 1 - 1
SampleCode/LocalAttestation/App/App.cpp

@@ -118,7 +118,7 @@ int _tmain(int argc, _TCHAR* argv[])
         printf("\nLoad Enclave Failure");
     }
 
-    printf("\nAvaliable Enclaves");
+    printf("\nAvailable Enclaves");
     printf("\nEnclave1 - EnclaveID %" PRIx64, e1_enclave_id);
     printf("\nEnclave2 - EnclaveID %" PRIx64, e2_enclave_id);
     printf("\nEnclave3 - EnclaveID %" PRIx64, e3_enclave_id);