aboutsummaryrefslogtreecommitdiffstats
path: root/dlfcn.c
diff options
context:
space:
mode:
author(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-28 00:30:35 +0000
committer(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-28 00:30:35 +0000
commita3fc10473cb9e3f63ee4b34acef46288eb8eb79c (patch)
tree280c9526748aed9d54b9ea94cdf2976ef90b0802 /dlfcn.c
parent27a9c96742202c8188b53a0173649de479256b69 (diff)
This commit was manufactured by cvs2svn to create tag 'v1-0-6'.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/v1-0-6@5102 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'dlfcn.c')
-rwxr-xr-xdlfcn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn.c b/dlfcn.c
index 60244968e..6ef390c4a 100755
--- a/dlfcn.c
+++ b/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()
*/