Fix spelling and capitalization issues in dat and DEVEL.

This commit is contained in:
Mak Kolybabi
2018-09-19 16:55:43 -05:00
parent 0a1c908503
commit 0500040427
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ NOTE: The following instructions require perl. If you do not have perl on
A. If you have never set up git on this machine before:
(This assumes you will only be using git for NetHack. If you are going to
use it for other projects as well, think before you type.)
Tell git what name (or nicname) and email address to use for you:
Tell git what name (or nickname) and email address to use for you:
git config --global user.name "MY NAME"
git config --global user.email USER@EXAMPLE.COM
You probably want to set up a credential cache.