This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ebe92a  A minor typo fixes in development doc (#529)
5ebe92a is described below

commit 5ebe92a3d2baf1765f7d9264b8e5d1c8074fe375
Author: Gordon King <[email protected]>
AuthorDate: Thu Jul 22 22:06:48 2021 -0700

    A minor typo fixes in development doc (#529)
    
    Signed-off-by: Gordon <[email protected]>
---
 docs/development-tips.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/development-tips.md b/docs/development-tips.md
index 361cf3b..ea1b199 100644
--- a/docs/development-tips.md
+++ b/docs/development-tips.md
@@ -35,7 +35,7 @@ crate to configure the display of *debug logs* via 
environment variables.
 
 Logging is controlled via the `TEACLAVE_LOG` environment variables and the 
value
 of this variable is a comma-separated list of logging directives in the
-`parth::to::module=level` form. For example, you can set the environment
+`path::to::module=level` form. For example, you can set the environment
 `TEACLAVE_LOG=attestation=debug` before launching a service to print the debug
 level (and higher-level) logs in the `attestation` module to stdout/stderr.
 There are five logging levels: `error`, `warn`, `info`, `debug` and `trace`

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to