HBASE-16742) Add chapter for devs on how we do protobufs going forward
Fix misspelling noticed by Anoop Sam John.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2508edcd
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2508edcd
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2508edcd

Branch: refs/heads/hbase-12439
Commit: 2508edcd4e936029182f3386f72e8f2080d43a34
Parents: 95c1dc9
Author: stack <st...@apache.org>
Authored: Mon Oct 3 22:42:46 2016 -0700
Committer: stack <st...@apache.org>
Committed: Mon Oct 3 22:42:46 2016 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/protobuf.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2508edcd/src/main/asciidoc/_chapters/protobuf.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/protobuf.adoc 
b/src/main/asciidoc/_chapters/protobuf.adoc
index 39c3200..3cbc504 100644
--- a/src/main/asciidoc/_chapters/protobuf.adoc
+++ b/src/main/asciidoc/_chapters/protobuf.adoc
@@ -158,7 +158,7 @@ of the generated protobuf class
 in hbase-protocol and another generated instance that is the same in all
 regards except its protobuf references are to the internal shaded
 version at `org.apache.hadoop.hbase.shaded.protobuf.generated.ServerName`
-(not the 'shaded' addition in the middle of the package name).
+(note the 'shaded' addition in the middle of the package name).
 
 If you extend a proto in `hbase-protocol-shaded` for  internal use,
 consider extending it also in

Reply via email to