From 87ac872fdcf828d7205355435c671f3cfb53fcdd Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 30 Sep 2018 12:28:43 +0900 Subject: [PATCH] nghttpx: Update doc --- src/shrpx_config.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shrpx_config.cc b/src/shrpx_config.cc index 396880b8..9133ba0b 100644 --- a/src/shrpx_config.cc +++ b/src/shrpx_config.cc @@ -1053,9 +1053,9 @@ int parse_mapping(Config *config, DownstreamAddrConfig &addr, g.redirect_if_not_tls = true; } // All backends in the same group must have the same mruby path. - // If some backend does not specify mruby file, and there is at - // least one backend with mruby file, it is used for all backend - // in the group. + // If some backends do not specify mruby file, and there is at + // least one backend with mruby file, it is used for all + // backends in the group. if (g.mruby_file.empty()) { g.mruby_file = make_string_ref(downstreamconf.balloc, params.mruby); } else if (g.mruby_file != params.mruby) {