You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/09/21 13:47:44 UTC

cxf git commit: Fixing a couple of typos

Repository: cxf
Updated Branches:
  refs/heads/master 4bf780105 -> 5a57f4a89


Fixing a couple of typos


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5a57f4a8
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5a57f4a8
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5a57f4a8

Branch: refs/heads/master
Commit: 5a57f4a89737a5cfa37ffb94f6643c08e2ab6eb1
Parents: 4bf7801
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Wed Sep 21 14:47:30 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Wed Sep 21 14:47:30 2016 +0100

----------------------------------------------------------------------
 distribution/src/main/release/samples/jax_rs/spark/README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/5a57f4a8/distribution/src/main/release/samples/jax_rs/spark/README.txt
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spark/README.txt b/distribution/src/main/release/samples/jax_rs/spark/README.txt
index 64c377d..cf61100 100644
--- a/distribution/src/main/release/samples/jax_rs/spark/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/spark/README.txt
@@ -14,11 +14,11 @@ mvn exec:java -Dexec.mainClass=demo.jaxrs.server.simple.Server
 or 
 
 mvn exec:java -Dexec.mainClass=demo.jaxrs.server.simple.Server -DexecArgs=-receiverType=queue
-(Uses Spark Queue Receiver initialized with a parallelized data set)
+(uses Spark Queue Receiver initialized with a parallelized data set)
 
 In both cases a new streaming context is created on every request. 
 
-You cam also try: 
+You can also try: 
 
 mvn exec:java -Dexec.mainClass=demo.jaxrs.server.socket.Server