From: Janus Varmarken
Date: Sun, 20 May 2018 00:36:31 +0000 (-0700)
Subject: correct typo
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=15ab78667863e9ed9b9d1523cdd02d8f45aaf1e6;p=pingpong.git
correct typo
---
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 }