From c66984d35c387fc54f5bb41b63d96b22a4931223 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Tue, 31 Jul 2018 21:16:58 -0700 Subject: [PATCH] spellcheck --- projects/TcpExample3/Server/TcpServer/nbproject/project.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/TcpExample3/Server/TcpServer/nbproject/project.xml b/projects/TcpExample3/Server/TcpServer/nbproject/project.xml index 1e462f1c9e..928c4ed305 100644 --- a/projects/TcpExample3/Server/TcpServer/nbproject/project.xml +++ b/projects/TcpExample3/Server/TcpServer/nbproject/project.xml @@ -11,5 +11,8 @@ <root id="test.src.dir"/> </test-roots> </data> + <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1"> + <word>localhost</word> + </spellchecker-wordlist> </configuration> </project> -- GitLab