You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/03/23 03:15:00 UTC

[bookkeeper] branch master updated: Fixed typos in README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dffca1a  Fixed typos in README.md
dffca1a is described below

commit dffca1ab4c75f977e6cf96a632fda448b52c46b8
Author: dmsergeevp44 <32...@users.noreply.github.com>
AuthorDate: Thu Mar 22 20:14:53 2018 -0700

    Fixed typos in README.md
    
    Author: dmsergeevp44 <32...@users.noreply.github.com>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Sijie Guo <si...@apache.org>
    
    This closes #1285 from dmsergeevp44/patch-1
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2e03ddf..aeeac68 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 
 Apache BookKeeper is a scalable, fault tolerant and low latency storage service optimized for append-only workloads.
 
-It is suitable for being used in following scenerios:
+It is suitable for being used in following scenarios:
 
 - WAL (Write-Ahead-Logging), e.g. HDFS NameNode.
 - Message Store, e.g. Apache Pulsar.
@@ -30,7 +30,7 @@ It is suitable for being used in following scenerios:
 * [Tutorial](http://bookkeeper.apache.org/docs/master/bookkeeperTutorial.html)
 * [Java API](http://bookkeeper.apache.org/docs/master/apidocs/)
 
-You can also read [Turning Ledgers into Logs](http://bookkeeper.apache.org/docs/master/bookkeeperLedgers2Logs.html) to learn how to turn **ledgers** into continous **log streams**.
+You can also read [Turning Ledgers into Logs](http://bookkeeper.apache.org/docs/master/bookkeeperLedgers2Logs.html) to learn how to turn **ledgers** into continuous **log streams**.
 If you are looking for a high level **log stream** API, you can checkout [DistributedLog](http://distributedlog.io).
 
 ### Administrators
@@ -52,7 +52,7 @@ For filing bugs, suggesting improvements, or requesting new features, help us ou
 
 [Subscribe](mailto:user-subscribe@bookkeeper.apache.org) or [mail](mailto:user@bookkeeper.apache.org) the [user@bookkeeper.apache.org](mailto:user@bookkeeper.apache.org) list - Ask questions, find answers, and also help other users.
 
-[Subscribe](mailto:dev-subscribe@bookkeeper.apache.org) or [mail](mailto:dev@bookkeeper.apache.org) the [dev@bookkeeper.apache.org](mailto:dev@bookkeeper.apache.org) list - Join developement discussions, propose new ideas and connect with contributors.
+[Subscribe](mailto:dev-subscribe@bookkeeper.apache.org) or [mail](mailto:dev@bookkeeper.apache.org) the [dev@bookkeeper.apache.org](mailto:dev@bookkeeper.apache.org) list - Join development discussions, propose new ideas and connect with contributors.
 
 [Join us on Slack](https://apachebookkeeper.herokuapp.com/) - This is the most immediate way to connect with Apache BookKeeper committers and contributors.
 

-- 
To stop receiving notification emails like this one, please contact
sijie@apache.org.