You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/09/15 00:30:56 UTC

svn commit: r695304 - /labs/droids/trunk/src/core/java/org/apache/droids/api/Queue.java

Author: thorsten
Date: Sun Sep 14 15:30:55 2008
New Revision: 695304

URL: http://svn.apache.org/viewvc?rev=695304&view=rev
Log:
fixing typo

Modified:
    labs/droids/trunk/src/core/java/org/apache/droids/api/Queue.java

Modified: labs/droids/trunk/src/core/java/org/apache/droids/api/Queue.java
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/core/java/org/apache/droids/api/Queue.java?rev=695304&r1=695303&r2=695304&view=diff
==============================================================================
--- labs/droids/trunk/src/core/java/org/apache/droids/api/Queue.java (original)
+++ labs/droids/trunk/src/core/java/org/apache/droids/api/Queue.java Sun Sep 14 15:30:55 2008
@@ -17,7 +17,7 @@
 package org.apache.droids.api;
 
 /**
- * A queue is the data strucutre where the different tasks are waiting for
+ * A queue is the data structure where the different tasks are waiting for
  * service.
  * <p>
  * Droids use this object to determine the next task to process and the



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org