diff --git a/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java b/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java
index 2b7fdb88..ce444568 100644
--- a/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java
+++ b/core/src/main/java/org/springframework/ws/support/DefaultStrategiesHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 the original author or authors.
+ * Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -92,7 +92,7 @@ public class DefaultStrategiesHelper {
/**
* Create a list of strategy objects for the given strategy interface. Strategies are retrieved from the
- * Properties object given at construction-time. It instantiates the strategy objects and satisifies
+ * Properties object given at construction-time. It instantiates the strategy objects and satisfies
* ApplicationContextAware with the supplied context if necessary.
*
* @param strategyInterface the strategy interface
@@ -205,4 +205,4 @@ public class DefaultStrategiesHelper {
return result.get(0);
}
-}
\ No newline at end of file
+}