From ba77266752abb283f4ed6aadbcb612b9f40f4c1b Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 3 Feb 2009 16:39:34 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27767 72102866-910b-0410-8b05-ffd578937521 --- Source/pathconfig/pathconfig.mak.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/pathconfig/pathconfig.mak.in b/Source/pathconfig/pathconfig.mak.in index 0d5f8d392..80c972a1a 100644 --- a/Source/pathconfig/pathconfig.mak.in +++ b/Source/pathconfig/pathconfig.mak.in @@ -18,7 +18,7 @@ $(warning "You can install gnustep-base in one of the four domains: SYSTEM, LOCA $(warning " ") $(warning "gnustep-base was configured to be installed into: $(GNUSTEP_BASE_DOMAIN)") $(warning "but it would now being installed into: $(GNUSTEP_INSTALLATION_DOMAIN)") -$(warning "That's not right; they must match.") +$(warning "That's not right: they must match.") $(warning " ") $(warning "If you want to install into $(GNUSTEP_BASE_DOMAIN), please use") $(warning " ")