mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed typos in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24650 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc907f97ce
commit
418b2389d5
2 changed files with 4 additions and 4 deletions
|
@ -323,7 +323,7 @@ domains), you can do so at runtime by creating a file called
|
|||
~/.GNUstep.conf (this might have a different name if your filesystem
|
||||
layout specifies otherwise).
|
||||
|
||||
In that file, you can set all the GNUSTEP_USER_* varibles set in
|
||||
In that file, you can set all the GNUSTEP_USER_* variables set in
|
||||
GNUstep.conf. Check your GNUstep.conf for a full description. Here
|
||||
is an example in which all the GNUstep domain is moved into
|
||||
~/Test/GNUstep instead of ~/GNUstep:
|
||||
|
@ -376,7 +376,7 @@ unset GNUSTEP_CONFIG_FILE
|
|||
@end example
|
||||
|
||||
After this, you are ready to start using a new one (by setting a new
|
||||
GNSTEP_CONFIG_FILE and then sourcing the GNUstep.sh of the new one).
|
||||
GNUSTEP_CONFIG_FILE and then sourcing the GNUstep.sh of the new one).
|
||||
|
||||
@bye
|
||||
|
||||
|
|
4
INSTALL
4
INSTALL
|
@ -273,7 +273,7 @@ domains), you can do so at runtime by creating a file called
|
|||
~/.GNUstep.conf (this might have a different name if your filesystem
|
||||
layout specifies otherwise).
|
||||
|
||||
In that file, you can set all the GNUSTEP_USER_* varibles set in
|
||||
In that file, you can set all the GNUSTEP_USER_* variables set in
|
||||
GNUstep.conf. Check your GNUstep.conf for a full description. Here is
|
||||
an example in which all the GNUstep domain is moved into ~/Test/GNUstep
|
||||
instead of ~/GNUstep:
|
||||
|
@ -317,5 +317,5 @@ GNUSTEP_CONFIG_FILE -
|
|||
unset GNUSTEP_CONFIG_FILE
|
||||
|
||||
After this, you are ready to start using a new one (by setting a new
|
||||
GNSTEP_CONFIG_FILE and then sourcing the GNUstep.sh of the new one).
|
||||
GNUSTEP_CONFIG_FILE and then sourcing the GNUstep.sh of the new one).
|
||||
|
||||
|
|
Loading…
Reference in a new issue