From 689d81427d4b5363a78b2c91636830548161adbd Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Thu, 5 Aug 1999 14:21:51 +0000 Subject: [PATCH] fixbuild/ typos for sford --- editor/ui/dialogs/locale/en-US/makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/ui/dialogs/locale/en-US/makefile.win b/editor/ui/dialogs/locale/en-US/makefile.win index 644646ecdb34..afaf5a6be04d 100644 --- a/editor/ui/dialogs/locale/en-US/makefile.win +++ b/editor/ui/dialogs/locale/en-US/makefile.win @@ -28,7 +28,7 @@ install:: $(MAKE_INSTALL) EditorPersonalDictionary.dtd $(DIST)\bin\chrome\editor\locale\en-US $(MAKE_INSTALL) EditorSpellCheck.dtd $(DIST)\bin\chrome\editor\locale\en-US $(MAKE_INSTALL) EdLinkProps.dtd $(DIST)\bin\chrome\editor\locale\en-US - $(MAKE_INSTALL) EditorNamedAnchorProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US + $(MAKE_INSTALL) EdNamedAnchorProperties.dtd $(DIST)\bin\chrome\editor\locale\en-US clobber:: rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorHLineProperties.dtd @@ -39,4 +39,4 @@ clobber:: rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorPersonalDictionary.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorSpellCheck.dtd rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdLinkProps.dtd - rm -f $(DIST)\bin\chrome\editor\locale\en-US\EditorNamedAnchorProperties.dtd + rm -f $(DIST)\bin\chrome\editor\locale\en-US\EdNamedAnchorProperties.dtd