pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ghc7 lang/ghc7: fix typo in error message



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57c9cd75ea66
branches:  trunk
changeset: 385036:57c9cd75ea66
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Sep 10 01:04:41 2018 +0000

description:
lang/ghc7: fix typo in error message

diffstat:

 lang/ghc7/bootstrap.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 564b20360d06 -r 57c9cd75ea66 lang/ghc7/bootstrap.mk
--- a/lang/ghc7/bootstrap.mk    Mon Sep 10 00:06:06 2018 +0000
+++ b/lang/ghc7/bootstrap.mk    Mon Sep 10 01:04:41 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.23 2015/02/17 21:12:13 joerg Exp $
+# $NetBSD: bootstrap.mk,v 1.24 2018/09/10 01:04:41 rillig Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler on a per-platform basis.
 #
@@ -198,7 +198,7 @@
 .if empty(BOOT_GHC_LIBDIR)
        @if ${BOOT_GHC_LIBDIR_CMD} 2>/dev/null 1>&2; then \
                ${ERROR_MSG} "Running \"${BOOT_GHC_LIBDIR_CMD}\" has failed during wrapper phase."; \
-               ${FAIL_MSG}  "Plase run \"${MAKE} clean\" and try again."; \
+               ${FAIL_MSG}  "Please run \"${MAKE} clean\" and try again."; \
        else \
                ${ERROR_MSG} "Failed to run \"${BOOT_GHC_LIBDIR_CMD}\":"; \
                ${BOOT_GHC_LIBDIR_CMD}; \



Home | Main Index | Thread Index | Old Index