Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2007-05-04 14:06:48 +0000
committerSimon Kaegi2007-05-04 14:06:48 +0000
commit2c0e8f9b458f67ddd13c4cf74e86a06a9a128f2a (patch)
tree4af8e536445121bedf0fac8b7b4264e822fbe85e
parentae64a8fc6598bc1b54f221c5e46323a0278bfdb9 (diff)
downloadrt.equinox.bundles-20070507.tar.gz
rt.equinox.bundles-20070507.tar.xz
rt.equinox.bundles-20070507.zip
-rw-r--r--bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java
index cb7a6bea8..c1a5fac1e 100644
--- a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java
+++ b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java
@@ -7,7 +7,7 @@
*
* Contributors:
* Cognos Incorporated - initial API and implementation
- * IBM Corporation - comments, and costmetic changes
+ * IBM Corporation - comments, and cosmetic changes
*******************************************************************************/
package org.eclipse.equinox.http.servlet.internal;

Back to the top