From 85a9b1fc14ca360874d937a3538d6af6e8f317d4 Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Wed, 29 Jan 2020 13:07:07 -0800 Subject: [PATCH] typo --- src/edu/nps/moves/dis7/util/DisThreadedNetIF.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edu/nps/moves/dis7/util/DisThreadedNetIF.java b/src/edu/nps/moves/dis7/util/DisThreadedNetIF.java index 5804e1ed99..6e31d6088a 100644 --- a/src/edu/nps/moves/dis7/util/DisThreadedNetIF.java +++ b/src/edu/nps/moves/dis7/util/DisThreadedNetIF.java @@ -17,7 +17,7 @@ import java.util.concurrent.LinkedBlockingQueue; * DisThreadedNetIF.java created on Jul 29, 2019 * This is a thread-safe, multicast DIS network interface class. * It is a singleton, meaning one instance per VM. If a DIS needs to send and receive over - * more than one network address, this class can be modified to be multiply instanciated; + * more than one network address, this class can be modified to be multiply instantiated; * MOVES Institute Naval Postgraduate School, Monterey, CA, USA www.nps.edu * * @author Mike Bailey, jmbailey@nps.edu -- GitLab