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

shoothzj 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 4625fce390 Fix a typo in bk_server.conf (#3370)
4625fce390 is described below

commit 4625fce39043d96561196eb1108e64e472905194
Author: ZhangJian He <[email protected]>
AuthorDate: Thu Jun 30 14:02:23 2022 +0800

    Fix a typo in bk_server.conf (#3370)
---
 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 3ae8303205..ac6fc8aa47 100755
--- a/conf/bk_server.conf
+++ b/conf/bk_server.conf
@@ -176,7 +176,7 @@ extraServerComponents=
 # Whether the bookie is force started in read only mode or not
 # forceReadOnlyBookie=false
 
-# Persiste the bookie status locally on the disks. So the bookies can keep 
their status upon restarts
+# Persist the bookie status locally on the disks. So the bookies can keep 
their status upon restarts
 # @Since 4.6
 # persistBookieStatusEnabled=false
 

Reply via email to