fix minor spelling errors

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@40056 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2016-08-09 05:13:19 +00:00
parent a526144187
commit d67615e19a
2 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,7 @@ programs using other languages like JAVA or Ruby.
The
.B GNUstep
core system consists of the following parts, which are jointly refered to as
core system consists of the following parts, which are jointly referred to as
.I gnustep-core
:
.TP
@ -104,7 +104,7 @@ tool makes sure the services are known to other applications when a application
.SS BUNDLES
A bundle is a collection of resources making up a discrete package for use. There are currently three types of bundles: applications, frameworks and loadable bundles.
.P
A loadable bundle is a kind of plug-in. There are two types of loadable bundles, namely plug-ins and palettes. The plug-in is noramlly refered to as a bundle, which can make it a bit confusing. A plug-in is a bundle that can be loaded by an application to provide additional functionality, while a palette is a plug-in for
A loadable bundle is a kind of plug-in. There are two types of loadable bundles, namely plug-ins and palettes. The plug-in is noramlly referred to as a bundle, which can make it a bit confusing. A plug-in is a bundle that can be loaded by an application to provide additional functionality, while a palette is a plug-in for
.BR GORM ,
the interface builder. A palette is used to extend
.B GORM

View file

@ -1,5 +1,5 @@
# -*-makefile-*-
# Instace/resource-set.make
# Instance/resource-set.make
#
# Instance makefile rules to install resource files
#
@ -54,7 +54,8 @@ endif
internal-resource_set-uninstall_
#
# Determine where to install. By default, install into GNUSTEP_RESOURCES/GNUSTEP_INSTANCE
# Determine where to install.
# By default, install into GNUSTEP_RESOURCES/GNUSTEP_INSTANCE
#
ifneq ($($(GNUSTEP_INSTANCE)_INSTALL_DIR),)
RESOURCE_FILES_INSTALL_DIR = $($(GNUSTEP_INSTANCE)_INSTALL_DIR)