diff --git a/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java b/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java index 2ef42197bd8a3a6a42c1b76df0682e37db5bf10e..6fd8067f1c3268e4771eedc267c131a3afaf8dbf 100644 --- a/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java +++ b/src/main/java/net/floodlightcontroller/routing/ForwardingBase.java @@ -190,7 +190,7 @@ public abstract class ForwardingBase * written to the switch * @param flowModCommand flow mod. command to use, e.g. OFFlowMod.OFPFC_ADD, * OFFlowMod.OFPFC_MODIFY etc. - * @return srcSwitchIincluded True if the source switch is included in this route + * @return srcSwitchIncluded True if the source switch is included in this route */ @LogMessageDocs({ @LogMessageDoc(level="WARN",