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

adar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit a8947936fa68223c31ca557c11ddd8851b6544c6
Author: Forec <[email protected]>
AuthorDate: Thu Sep 26 16:24:40 2019 +0800

    docs(master): fix typo error for tablet
    
    Change-Id: Ia7c55bd06327bd5e9975268d0a48b924c81c9b03
    Reviewed-on: http://gerrit.cloudera.org:8080/14310
    Tested-by: Kudu Jenkins
    Reviewed-by: Adar Dembo <[email protected]>
---
 docs/design-docs/master.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/design-docs/master.md b/docs/design-docs/master.md
index fdcf7dd..5eb20d3 100644
--- a/docs/design-docs/master.md
+++ b/docs/design-docs/master.md
@@ -134,7 +134,7 @@ This is the current control flow:
             assignment timeout period has passed, mark the tablet as 
"replaced":
             1. Delete the tablet if it ever reports in.
             2. Create a new tablet in its place, add that tablet to the
-               "create table" list.
+               "create tablet" list.
        - Else, if the tablet is new (just created by CreateTable in 
"preparing" state):
          - Add it to the "create tablet" list.
      - Now, for each tablet in the "create tablet" list:

Reply via email to