From 56786a9ac00a0ab1c9153f4e5304a212aae5f5fc Mon Sep 17 00:00:00 2001 From: Dan <46821332+nsadeveloper789@users.noreply.github.com> Date: Thu, 28 Mar 2019 18:15:08 -0400 Subject: [PATCH] A silly typo. --- DevGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevGuide.md b/DevGuide.md index 1f13640b7f..3fe682a44e 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -243,7 +243,7 @@ To build the full Ghidra distribution, you must also build the GhidraServer. Building the GhidraServer requires "Yet another Java service wrapper" (yajsw) version 12.12. Download `yajsw-stable-12.12.zip` from their project on www.sourceforge.net, and place it in a directory named: -`ghidra.bin/Ghidra/Features/GhidraSerer/`. Note that `ghidra.bin` must be a sibling of `ghidra`: +`ghidra.bin/Ghidra/Features/GhidraServer/`. Note that `ghidra.bin` must be a sibling of `ghidra`: ```bash cd ~/Downloads # Or wherever