Committed by
Gerrit Code Review
Fix typo
Change-Id: Ib10da595faf98cbdbe88dec5225d0996b8f8cd76
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -19,7 +19,7 @@ import org.onlab.onos.net.DeviceId; | ... | @@ -19,7 +19,7 @@ import org.onlab.onos.net.DeviceId; |
19 | 19 | ||
20 | /** | 20 | /** |
21 | * Represents a generalized match & action pair to be applied to | 21 | * Represents a generalized match & action pair to be applied to |
22 | - * an infrastucture device. | 22 | + * an infrastructure device. |
23 | */ | 23 | */ |
24 | public interface FlowRule extends BatchOperationTarget { | 24 | public interface FlowRule extends BatchOperationTarget { |
25 | 25 | ... | ... |
-
Please register or login to post a comment