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:43:02 UTC

[hbase] branch branch-2.3 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-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit a94ebd7472b547d05d7c38ffc7122da211a097b7
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 a7273ca..b469f0b 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 command to Table
 ::Hbase::Table.add_shell_command('append')