From a3fc10473cb9e3f63ee4b34acef46288eb8eb79c Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b> Date: Mon, 28 Feb 2005 00:30:35 +0000 Subject: 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 --- dlfcn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn.c') 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() */ -- cgit v1.2.3