You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/06/18 18:16:23 UTC

[bookkeeper] branch master updated: Fix typo in bk_server.conf

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new c7aa989  Fix typo in bk_server.conf
c7aa989 is described below

commit c7aa989865d6a67c7377237e89e7cd7878b58645
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Mon Jun 18 11:16:15 2018 -0700

    Fix typo in bk_server.conf
    
    Author: Ivan Kelly <iv...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1520 from ivankelly/ivankelly-patch-1
---
 conf/bk_server.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/bk_server.conf b/conf/bk_server.conf
index ab9e99a..1450def 100755
--- a/conf/bk_server.conf
+++ b/conf/bk_server.conf
@@ -46,7 +46,7 @@ bookiePort=3181
 
 # Configure a specific hostname or IP address that the bookie should use to advertise itself to
 # clients. If not set, bookie will advertised its own IP address or hostname, depending on the
-# listeningInterface and `seHostNameAsBookieID settings.
+# listeningInterface and useHostNameAsBookieID settings.
 # advertisedAddress=
 
 # Whether the bookie allowed to use a loopback interface as its primary

-- 
To stop receiving notification emails like this one, please contact
sijie@apache.org.