From e81f095ee1676f42bf3d908649379d1b4dd7db47 Mon Sep 17 00:00:00 2001 From: Michael Friis Date: Thu, 27 Apr 2017 21:29:36 -0700 Subject: [PATCH] fix typo in plugins_logging.md Signed-off-by: Michael Friis Upstream-commit: 542af38ce5c897f74e22c1c872f29472a89647d9 Component: cli --- components/cli/docs/extend/plugins_logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/extend/plugins_logging.md b/components/cli/docs/extend/plugins_logging.md index fd02a6a6f7..8f687b4a01 100644 --- a/components/cli/docs/extend/plugins_logging.md +++ b/components/cli/docs/extend/plugins_logging.md @@ -98,7 +98,7 @@ in the response. If no error then you can either send an empty response (`{}`) or an empty value for the `Err` field. The driver should at this point be consuming log messages from the passed in file. -If messages are unconsumed, it may cause the contaier to block while trying to +If messages are unconsumed, it may cause the container to block while trying to write to its stdio streams. Log stream messages are encoded as protocol buffers. The protobuf definitions are