Author: ericjohnson
Date: Mon Feb 2 23:41:59 2009
New Revision: 740154
URL: http://svn.apache.org/viewvc?rev=740154&view=rev
Log:
fixed a typo
Modified:
cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt
Modified:
cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt?rev=740154&r1=740153&r2=740154&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt
(original)
+++
cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/README.txt
Mon Feb 2 23:41:59 2009
@@ -1,7 +1,7 @@
Stream GZIP Interceptor Demo
============================
-This demo shows how to develope an user interceptor and add
+This demo shows how to develop an interceptor and add
the interceptor into the interceptor chain through configuration.
Please review the README in the samples directory before