You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2020/06/25 20:06:50 UTC

[thrift] branch master updated: Fix README.md typo Patch: Salah Ghanim

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 24ca210  Fix README.md typo Patch: Salah Ghanim
24ca210 is described below

commit 24ca210fde0ad51769e359ad9f925ae30a6ed061
Author: Salah Ghanim <sa...@gmail.com>
AuthorDate: Wed Jun 24 12:21:10 2020 +0200

    Fix README.md typo
    Patch: Salah Ghanim
    
    This closes #2186
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 011b75a..5b5ed16 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ supports the languages that you currently use.
 
 Thrift is specifically designed to support non-atomic version changes
 across client and server code.  This allows you to upgrade your
-server while still being able service older clients; or have newer
+server while still being able to service older clients; or have newer
 clients issue requests to older servers.  An excellent community-provided
 write-up about thrift and compatibility when versioning an API can be
 found in the [Thrift Missing Guide](https://diwakergupta.github.io/thrift-missing-guide/#_versioning_compatibility).