From d28b1011edb918f0bcbac97a8cccb72ce91b4b34 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Tue, 7 Feb 2017 14:30:16 +0700 Subject: [PATCH] Typo fix: emited => emitted Change-Id: I4983c4a011b862b90976dfbc169eda8c66186168 --- doc/source/audit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/audit.rst b/doc/source/audit.rst index 1a76d47..048b74f 100644 --- a/doc/source/audit.rst +++ b/doc/source/audit.rst @@ -2,7 +2,7 @@ Audit ===== Anchor produces audit messages using the PyCADF library and aims for CADF -compatibility. The two events being emited right now are ``audit.sign`` and +compatibility. The two events being emitted right now are ``audit.sign`` and ``audit.auth``, used for certificate signing and authentication events respectively.