Author: jmesnil
Date: 2010-01-08 09:20:38 -0500 (Fri, 08 Jan 2010)
New Revision: 8779
Modified:
trunk/examples/core/embedded-remote/src/org/hornetq/core/example/EmbeddedRemoteExample.java
Log:
fixed typo
Modified:
trunk/examples/core/embedded-remote/src/org/hornetq/core/example/EmbeddedRemoteExample.java
===================================================================
---
trunk/examples/core/embedded-remote/src/org/hornetq/core/example/EmbeddedRemoteExample.java 2010-01-08
13:44:27 UTC (rev 8778)
+++
trunk/examples/core/embedded-remote/src/org/hornetq/core/example/EmbeddedRemoteExample.java 2010-01-08
14:20:38 UTC (rev 8779)
@@ -21,7 +21,7 @@
/**
*
- * This exammple shows how to run a HornetQ core client and server embedded in your
+ * This example shows how to run a HornetQ core client and server embedded in your
* own application
*
* @author <a href="mailto:tim.fox@jboss.com">Tim Fox</a>