From 0dd5914cc1726512502d2e189a6f895e1f926e9b Mon Sep 17 00:00:00 2001 From: Sansar Choinyambuu Date: Wed, 19 Oct 2011 14:20:29 +0200 Subject: [PATCH] fixed typo in reason strings --- src/libimcv/plugins/imv_attestation/imv_attestation_state.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libimcv/plugins/imv_attestation/imv_attestation_state.c b/src/libimcv/plugins/imv_attestation/imv_attestation_state.c index 3897ed5d3..3282fcdb1 100644 --- a/src/libimcv/plugins/imv_attestation/imv_attestation_state.c +++ b/src/libimcv/plugins/imv_attestation/imv_attestation_state.c @@ -102,9 +102,9 @@ struct entry_t { * Table of multi-lingual reason string entries */ static entry_t reasons[] = { - { "en", "IMC Attestation: Non-matching file measurement/s or invalid TPM Quote signature" }, - { "mn", "IMC Attestation: Файлуудын хэмжилт зөрсөн эсвэл буруу TPM Quote гарын үсэг" }, - { "de", "IMC Attestation: Falsche Datei Messung/en oder TPM Quote Unterschrift ist ungültig" }, + { "en", "IMV Attestation: Non-matching file measurement/s or invalid TPM Quote signature" }, + { "mn", "IMV Attestation: Файлуудын хэмжилт зөрсөн эсвэл буруу TPM Quote гарын үсэг" }, + { "de", "IMV Attestation: Falsche Datei Messung/en oder TPM Quote Unterschrift ist ungültig" }, }; METHOD(imv_state_t, get_connection_id, TNC_ConnectionID,