From 69bca89f3ec2494da758d1f62a2a1647967fbf7c Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Mon, 25 Jan 1999 22:31:28 +0000 Subject: [PATCH] Correct spelling error in libary name for sockstub... git-svn-id: svn://10.0.0.236/trunk@18515 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/protocol/sockstub/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/network/protocol/sockstub/Makefile.in b/mozilla/network/protocol/sockstub/Makefile.in index abe516921db..3bb8b280187 100644 --- a/mozilla/network/protocol/sockstub/Makefile.in +++ b/mozilla/network/protocol/sockstub/Makefile.in @@ -23,7 +23,7 @@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = sockstuburl -LIBRARY_NAME = sockstubpurl +LIBRARY_NAME = sockstuburl CPPCSRCS = \ sockstub.cpp \