Skip to content

Commit

Permalink
Replace bookkeper with bookkeeper in bin/bookkeeper (apache#11675)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolongran <[email protected]>

Replace bookkeper with bookkeeper in bin/bookkeeper
  • Loading branch information
wolfstudy authored Aug 16, 2021
1 parent 9577b84 commit b8dce10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/bookkeeper
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
BINDIR=`dirname "$0"`
BK_HOME=`cd -P $BINDIR/..;pwd`

DEFAULT_CONF=$BK_HOME/conf/bookkeper.conf
DEFAULT_CONF=$BK_HOME/conf/bookkeeper.conf
DEFAULT_LOG_CONF=$BK_HOME/conf/log4j2.yaml

source $BK_HOME/conf/bkenv.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ public interface ManagedLedgerStorage extends AutoCloseable {
*
* @param conf service config
* @param zkClient zk client
* @param bookkeperProvider bookkeeper provider
* @param bookkeeperProvider bookkeeper provider
* @throws Exception
*/
void initialize(ServiceConfiguration conf,
MetadataStore metadataStore,
ZooKeeper zkClient,
BookKeeperClientFactory bookkeperProvider,
BookKeeperClientFactory bookkeeperProvider,
EventLoopGroup eventLoopGroup) throws Exception;

/**
Expand Down

0 comments on commit b8dce10

Please sign in to comment.