From 15ab78667863e9ed9b9d1523cdd02d8f45aaf1e6 Mon Sep 17 00:00:00 2001 From: Janus Varmarken Date: Sat, 19 May 2018 17:36:31 -0700 Subject: [PATCH] correct typo --- .../src/main/java/edu/uci/iotproject/FlowPatternFinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java index 112a713..27c3527 100644 --- a/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java +++ b/Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FlowPatternFinder.java @@ -27,7 +27,7 @@ import java.util.concurrent.*; * {@link FlowPattern} (in that one end/party of said conversations matches the hostname(s) specified by the given * {@code FlowPattern}). * These potential matches are then examined on background worker thread(s) to determine if they are indeed a (complete) - * matches of the provided {@code FlowPattern}. + * match of the provided {@code FlowPattern}. *

* * @author Janus Varmarken {@literal } -- 2.34.1