From 392ebe9c1b3a63c1bd38bd66f29899f31b150cd5 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 25 Sep 2018 10:13:48 +0800 Subject: [PATCH] Typo fix in systemlogmonitor/README.md configurtion->configuration --- pkg/systemlogmonitor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/systemlogmonitor/README.md b/pkg/systemlogmonitor/README.md index 775cc64d..4de7a1d3 100644 --- a/pkg/systemlogmonitor/README.md +++ b/pkg/systemlogmonitor/README.md @@ -75,7 +75,7 @@ Log watcher specific configurations are configured in `pluginConfig`. ### Change Log Path Log on different OS distros may locate in different path. The `logPath` -field in the configurtion file is the log path. You can always configure +field in the configuration file is the log path. You can always configure `logPath` to match your OS distro. * filelog: `logPath` is the path of log file, e.g. `/var/log/kern.log` for kernel log.