Author: iocanel
Date: Sat Aug 27 16:14:12 2011
New Revision: 1162390
URL: http://svn.apache.org/viewvc?rev=1162390&view=rev
Log:
[KARAF-837] Fixed some typos in the hazelcast sample README .
Modified:
karaf/cellar/trunk/samples/hazelcast-app/README
Modified: karaf/cellar/trunk/samples/hazelcast-app/README
URL:
http://svn.apache.org/viewvc/karaf/cellar/trunk/samples/hazelcast-app/README?rev=1162390&r1=1162389&r2=1162390&view=diff
==============================================================================
--- karaf/cellar/trunk/samples/hazelcast-app/README (original)
+++ karaf/cellar/trunk/samples/hazelcast-app/README Sat Aug 27 16:14:12 2011
@@ -1,3 +1,3 @@
-This samples intend to demostrate how to use the HazelcastInstance created by
Cellar.
+This sample intends to demonstrate how to use the HazelcastInstance created by
Cellar.
-Mostly it intends to point out that curently Hazelcast requires the user to
set the Thread Context ClassLoader, in order to be able to
serialize/deserialize user created objects.
+Mostly it intends to point out that currently Hazelcast requires the user to
set the Thread Context ClassLoader, in order to be able to
serialize/deserialize user created objects.