You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/12/03 13:39:41 UTC

[hbase] branch branch-2 updated: HBASE-25355 [Documentation] Fix spelling error (#2735)

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

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 8c43d3b  HBASE-25355 [Documentation] Fix spelling error (#2735)
8c43d3b is described below

commit 8c43d3bc099f3ee3959319dc04ae9743eab21f8f
Author: tianhang <ta...@gmail.com>
AuthorDate: Thu Dec 3 21:29:33 2020 +0800

    HBASE-25355 [Documentation] Fix spelling error (#2735)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc
index 4159f7c..bfb5029 100644
--- a/src/main/asciidoc/_chapters/ops_mgt.adoc
+++ b/src/main/asciidoc/_chapters/ops_mgt.adoc
@@ -2697,7 +2697,7 @@ up, while `Source.TimeStampOfLastShippedOp`, `Source.EditsReadFromLogQueue`,
 `Source.OpsShippedToTarget` or `Source.TimeStampOfNextToReplicate` do not change at all,
  then replication flow is failing to progress, and there might be problems within
 clusters communication. This could also happen if replication is manually paused
-(via hbase shell `disable_peer` command, for example), but date keeps getting ingested
+(via hbase shell `disable_peer` command, for example), but data keeps getting ingested
 in the source cluster tables.
 
 == Running Multiple Workloads On a Single Cluster