소스 검색

Fix a typo

Signed-off-by: Yu Ding <dingelish@gmail.com>
Yu Ding 7 년 전
부모
커밋
ec99334de7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SampleCode/RemoteAttestation/service_provider/service_provider.cpp

+ 1 - 1
SampleCode/RemoteAttestation/service_provider/service_provider.cpp

@@ -588,7 +588,7 @@ int sp_ra_proc_msg3_req(const sample_ra_msg3_t *p_msg3,
             break;
         }
         FILE* OUTPUT = stdout;
-        fprintf(OUTPUT, "\n\n\tAtestation Report:");
+        fprintf(OUTPUT, "\n\n\tAttestation Report:");
         fprintf(OUTPUT, "\n\tid: 0x%0x.", attestation_report.id);
         fprintf(OUTPUT, "\n\tstatus: %d.", attestation_report.status);
         fprintf(OUTPUT, "\n\trevocation_reason: %u.",