javadoc fix

Change-Id: Ic0893a3366e58d201d7122de9ed8ad72643ab240
diff --git a/src/main/java/net/onrc/onos/core/intent/ConstrainedShortestPathIntent.java b/src/main/java/net/onrc/onos/core/intent/ConstrainedShortestPathIntent.java
index 0d842eb..a91cb14 100644
--- a/src/main/java/net/onrc/onos/core/intent/ConstrainedShortestPathIntent.java
+++ b/src/main/java/net/onrc/onos/core/intent/ConstrainedShortestPathIntent.java
@@ -2,7 +2,7 @@
 
 /**
  * The ConstrainedShortestPathIntent is a "high-level" intent that allows
- * applications to reserve bandwith along the shortest available path between
+ * applications to reserve bandwidth along the shortest available path between
  * specified endpoints.
  */
 public class ConstrainedShortestPathIntent extends ShortestPathIntent {