Fixing a typo
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/34a3a8f5 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/34a3a8f5 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/34a3a8f5 Branch: refs/heads/master Commit: 34a3a8f5150d255b0aa31e46cbe2cd3e6bdedeb9 Parents: 3930b18 Author: Lahiru Sandaruwan <[email protected]> Authored: Sat Nov 8 17:22:27 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Sat Nov 8 17:22:27 2014 +0530 ---------------------------------------------------------------------- .../apache/stratos/autoscaler/algorithm/AutoscaleAlgorithm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/34a3a8f5/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/algorithm/AutoscaleAlgorithm.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/algorithm/AutoscaleAlgorithm.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/algorithm/AutoscaleAlgorithm.java index d171dce..64cba92 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/algorithm/AutoscaleAlgorithm.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/algorithm/AutoscaleAlgorithm.java @@ -25,7 +25,7 @@ import org.apache.stratos.cloud.controller.stub.deployment.partition.Partition; /** - * This interface is should be implemented by all the algorithms that are there to select partitions of a particulaler + * This interface is should be implemented by all the algorithms that are there to select partitions of a particuler * partition group */ public interface AutoscaleAlgorithm {
