(minor) correcting typo in comment
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 c744f59..b046137 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
@@ -69,7 +69,7 @@
 		if (aliases.remove(alias)) {
 			proxy.unregister(alias, true);
 		} else {
-			// TODO perhaps this is too strong a reacttion ?
+			// TODO perhaps this is too strong a reaction ?
 			throw new IllegalArgumentException("Alias not found."); //$NON-NLS-1$
 		}
 	}