mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Fixed spelling in some comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f8945c7da3
commit
9f44a50524
1 changed files with 3 additions and 3 deletions
|
@ -374,7 +374,7 @@ setupPathNames()
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns a string containing the path to the GNUstep system
|
/** Returns a string containing the path to the GNUstep system
|
||||||
installation directory. This function is gaurenteed to return a non-nil
|
installation directory. This function is guarenteed to return a non-nil
|
||||||
answer (unless something is seriously wrong, in which case the application
|
answer (unless something is seriously wrong, in which case the application
|
||||||
will probably crash anyway) */
|
will probably crash anyway) */
|
||||||
NSString *
|
NSString *
|
||||||
|
@ -391,8 +391,8 @@ GSSystemRootDirectory(void)
|
||||||
the standard search order for resources, etc. If the environment
|
the standard search order for resources, etc. If the environment
|
||||||
variable GNUSTEP_PATHPREFIX_LIST is set. It returns the list of
|
variable GNUSTEP_PATHPREFIX_LIST is set. It returns the list of
|
||||||
paths set in that variable. Otherwise, it returns the user, local,
|
paths set in that variable. Otherwise, it returns the user, local,
|
||||||
network, and system paths, in that order This function is
|
network, and system paths, in that order. This function is
|
||||||
gaurenteed to return a non-nil answer (unless something is
|
guarenteed to return a non-nil answer (unless something is
|
||||||
seriously wrong, in which case the application will probably crash
|
seriously wrong, in which case the application will probably crash
|
||||||
anyway) */
|
anyway) */
|
||||||
NSArray *
|
NSArray *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue