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:
Nicola Pero 2007-02-19 00:56:26 +00:00
parent bc907f97ce
commit 418b2389d5
2 changed files with 4 additions and 4 deletions

View file

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

View file

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