This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new ee061e2 Fix typo in bookkeeper.conf (#1979)
ee061e2 is described below
commit ee061e29b5fa5da570d2f11fc773d4afb9f7a22b
Author: Ivan Kelly <[email protected]>
AuthorDate: Mon Jun 18 19:27:09 2018 +0200
Fix typo in bookkeeper.conf (#1979)
---
conf/bookkeeper.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/bookkeeper.conf b/conf/bookkeeper.conf
index 9562077..6742c36 100644
--- a/conf/bookkeeper.conf
+++ b/conf/bookkeeper.conf
@@ -52,7 +52,7 @@ minUsableSizeForIndexFileCreation=1073741824
# 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
[email protected].