Detypo.
Jarkko Hietaniemi [Mon, 8 Oct 2001 11:41:16 +0000 (11:41 +0000)]
p4raw-id: //depot/perl@12354

hints/darwin.sh

index 32a99b9..4f178da 100644 (file)
@@ -88,7 +88,7 @@ so='dylib';
 dlext='bundle';
 dlsrc='dl_dyld.xs'; usedl='define';
 cccdlflags=' '; # space, not empty, because otherwise we get -fpic
-ldflags="${ldflags} -flat_namepace"
+ldflags="${ldflags} -flat_namespace"
 lddlflags="${ldflags} -bundle -undefined suppress";
 ldlibpthname='DYLD_LIBRARY_PATH';
 useshrplib='true';