aboutsummaryrefslogtreecommitdiffstats
path: root/dlfcn.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-16 02:58:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-16 02:58:18 +0000
commit9f592c60af801a1baf7916858626b69d268b86b4 (patch)
treed64aadf9448ebe48489b370f976c365ffb9aa3c3 /dlfcn.c
parent319277d60b92bd74aa213a02824b08ee36450628 (diff)
Fix misspellings of separate (bug #3607)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5034 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()
*/