Revision: 7773
Author: victormote
Date: 2006-07-08 11:42:47 -0700 (Sat, 08 Jul 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7773&view=rev
Log Message:
-----------
Fix typo (per Vincent Henneber patch).
Modified Paths:
--------------
trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java
Modified: trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java
===================================================================
--- trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java 2006-07-08 18:29:35 UTC (rev 7772)
+++ trunk/foray/foray-common/src/java/org/foray/common/url/AbstractProtocolRegistration.java 2006-07-08 18:42:47 UTC (rev 7773)
@@ -37,7 +37,7 @@
implements ProtocolRegistrationStrategy {
/**
- * Construtor.
+ * Constructor.
*/
public AbstractProtocolRegistration() {
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|