You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2021/01/05 14:45:06 UTC

[hbase] branch branch-1 updated: HBASE-25463 fix comment error of append.rb (#2845)

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

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


The following commit(s) were added to refs/heads/branch-1 by this push:
     new e37ec1b  HBASE-25463 fix comment error of append.rb (#2845)
e37ec1b is described below

commit e37ec1bd0bba756693351a7a9e24b4c139783707
Author: Gary Wang <34...@users.noreply.github.com>
AuthorDate: Tue Jan 5 22:39:19 2021 +0800

    HBASE-25463 fix comment error of append.rb (#2845)
    
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 hbase-shell/src/main/ruby/shell/commands/append.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-shell/src/main/ruby/shell/commands/append.rb b/hbase-shell/src/main/ruby/shell/commands/append.rb
index adf1184..8aa7315 100644
--- a/hbase-shell/src/main/ruby/shell/commands/append.rb
+++ b/hbase-shell/src/main/ruby/shell/commands/append.rb
@@ -50,5 +50,5 @@ EOF
   end
 end
 
-#add incr comamnd to Table
+# add append comamnd to Table
 ::Hbase::Table.add_shell_command("append")