mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +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
d8e0fb1a5f
commit
279ada4d53
1 changed files with 3 additions and 3 deletions
|
@ -374,7 +374,7 @@ setupPathNames()
|
|||
}
|
||||
|
||||
/** 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
|
||||
will probably crash anyway) */
|
||||
NSString *
|
||||
|
@ -391,8 +391,8 @@ GSSystemRootDirectory(void)
|
|||
the standard search order for resources, etc. If the environment
|
||||
variable GNUSTEP_PATHPREFIX_LIST is set. It returns the list of
|
||||
paths set in that variable. Otherwise, it returns the user, local,
|
||||
network, and system paths, in that order This function is
|
||||
gaurenteed to return a non-nil answer (unless something is
|
||||
network, and system paths, in that order. This function is
|
||||
guarenteed to return a non-nil answer (unless something is
|
||||
seriously wrong, in which case the application will probably crash
|
||||
anyway) */
|
||||
NSArray *
|
||||
|
|
Loading…
Reference in a new issue