mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-07 02:21:24 +00:00
Fix misspellings of separate (bug #3607)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
dlfcn.c
2
dlfcn.c
@@ -270,7 +270,7 @@ static const struct mach_header *get_mach_header_from_NSModule(NSModule * mod)
|
||||
* trying to locate a module. We first look at the values of LD_LIBRARY_PATH
|
||||
* and DYLD_LIBRARY_PATH, and then finally fall back to looking into
|
||||
* /usr/lib and /lib. Since both of the environments variables can contain a
|
||||
* list of colon seperated paths, we simply concat them and the two other paths
|
||||
* list of colon separated paths, we simply concat them and the two other paths
|
||||
* into one big string, which we then can easily parse.
|
||||
* Splitting this string into the actual path list is done by getSearchPath()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user