From 3dfbc6cac11b60bb4874db8661f6ca1f067d2ddb Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Fri, 27 May 2022 18:16:30 -0700
Subject: [PATCH] typo

---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index f5889847d9..9ec70a5b70 100644
--- a/build.xml
+++ b/build.xml
@@ -56,7 +56,7 @@ POSSIBILITY OF SUCH DAMAGE.
     <target name="view.gitlab.nps.edu.MV3500" description="view MV3500 gitlab site in web browser (via Netbeans only)">
         <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500"/>
         <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500"/>
-        <!-- TODO implementation-independent approach if possible.  other Ant approachs have to be customized for each OS -->
+        <!-- TODO implementation-independent approach if possible.  other Ant approaches have to be customized for each OS -->
     </target>
     
     <target name="view.gitlab.nps.edu.MV3500.assignments" description="view MV3500 gitlab examples in web browser (via Netbeans only)">
@@ -67,7 +67,7 @@ POSSIBILITY OF SUCH DAMAGE.
     <target name="view.gitlab.nps.edu.MV3500.examples" description="view MV3500 gitlab examples in web browser (via Netbeans only)">
         <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
         <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
-        <!-- TODO implementation-independent approach if possible.  other Ant approachs have to be customized for each OS -->
+        <!-- TODO implementation-independent approach if possible.  other Ant approaches have to be customized for each OS -->
     </target>
     
     <target name="view.gitlab.nps.edu.MV3500.issues" description="view online issues in web browser (Netbeans only)">
-- 
GitLab