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

@@ -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