fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -54,7 +54,7 @@ DIRPERM = 0755
# per discussion in Install.X11 and Install.Qt
# Qt prefers nhtiles.bmp but can use x11tiles, and it ignores NetHack.ad.
# X11 uses those last two.
# Both can display a convential text map instead of tiles.
# Both can display a conventional text map instead of tiles.
# tty and/or curses (no extra data files outside of the dlb container):
#VARDATND =
# All X11 and/or Qt variations may also include tty or curses or both):

View File

@@ -56,7 +56,7 @@ If you are using the traditional configuration system, see Install.unx.
NetHack can support multiple user interfaces within the same binary on many
platforms. The various interface options can be specified by defining specific
variables, either on the make command line, or by setting environment variables
prior to the "make all" and "make install" steps. If you dont specify any
prior to the "make all" and "make install" steps. If you don't specify any
WANT_WIN_* customization, the build will only include traditional tty support.
As an example, to build a binary with tty + curses + X11 support, you can use

View File

@@ -16,7 +16,7 @@
//
// Your DEVELOPMENT_TEAM can be found by opening Keychain Access
// (found by Finder->Applications->Utilities). Click on "Login" key chain.
// Click on catagory "My Certificates".
// Click on category "My Certificates".
//
// Look for your "Mac Developer" certificate. Double click on
// the certificate to open a dialog that shows certificate details.

View File

@@ -14,7 +14,7 @@ ifdef MAKEFILE_SRC
ifdef WANT_WIN_QT
# when switching from Qt5 to Qt6 or vice versa, any old .moc files will be
# incompatible; get rid of them in case user hasn't run 'make spotless';
# object files are incompatable with Qt library, so get rid of them too;
# object files are incompatible with Qt library, so get rid of them too;
# Qt*.h-t are empty timestamp files and at most one should exist
QTany_H = Qt*.h-t
ifdef WANT_WIN_QT6

View File

@@ -677,7 +677,7 @@ ifdef MAKEFILE_TOP
# Installer certificate. Set DEVELOPER_CERT to the name of the certificate
# if you wish for your package to be signed for distribution.
#
# If building a package for signing, you must use sudo approriately.
# If building a package for signing, you must use sudo appropriately.
# the binaries and package using sudo but you DO NOT use sudo to sign the
# package. If you use sudo to sign the package, it will fail.
#

View File

@@ -8,7 +8,7 @@
# This hints file provides a single-user x11 build for Solaris, specifically
# for Solaris 10 and 11, but should work just fine on older versions
# Build using using included gcc and gmake, optional flex and bison come from csw for solaris 10 and included
# Build using included gcc and gmake, optional flex and bison come from csw for solaris 10 and included
# with Solaris 11
# Build NetHack off your home directory

View File

@@ -9,9 +9,9 @@
# Nethack will install suid games, and will expect to read a users .nethackrc file from
# their home directory which may be a problem on secure systems with read restricted home
# directories, not that you would problably run NetHack on such a system anyway. :)
# directories, not that you would probably run NetHack on such a system anyway. :)
# Build using using included gcc and gmake, optional flex and bison come from csw for solaris 10
# Build using included gcc and gmake, optional flex and bison come from csw for solaris 10
# and included on Solaris 11