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:23 UTC

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


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

commit 20a9bad7ca5682286f11dc148229561699180437
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')