You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/04 06:17:53 UTC

[skywalking-nginx-lua] branch expose-upstream-name updated: Fix words.

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

wusheng pushed a commit to branch expose-upstream-name
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/expose-upstream-name by this push:
     new 310acba  Fix words.
310acba is described below

commit 310acba9d2f055478125f371e0a3c90aab0baa9c
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Mar 4 14:17:43 2020 +0800

    Fix words.
---
 README.md           | 2 +-
 examples/nginx.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b4dc5d1..e0ee074 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ http {
                 -- This variable represents the upstream logic address
                 -- Please set them as service logic name or DNS name
                 --
-                -- TODO, currently, we ca not have the upstream real network address
+                -- Currently, we can not have the upstream real network address
                 ------------------------------------------------------
                 require("tracer"):start("upstream service")
             }
diff --git a/examples/nginx.conf b/examples/nginx.conf
index 8bc1558..b3a8fd4 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -56,7 +56,7 @@ http {
                 -- This variable represents the upstream logic address
                 -- Please set them as service logic name or DNS name
                 --
-                -- TODO, currently, we ca not have the upstream real network address
+                -- Currently, we can not have the upstream real network address
                 ------------------------------------------------------
                 require("tracer"):start("upstream service")
             }