diff options
author | Maho Nakata <maho@FreeBSD.org> | 2002-11-18 13:24:50 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2002-11-18 13:24:50 +0000 |
commit | fb764b44e48fceefc4b8bfe8dc476fc0873652f8 (patch) | |
tree | ff5014263113bc6b0b47539a030b2784959d079d /lang | |
parent | 3e452892bbd20e5bd892264ad9ba4e58e7327bf2 (diff) |
Small misspelling
Noticed by marius
Notes
Notes:
svn path=/head/; revision=70407
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ifc/Makefile | 2 | ||||
-rw-r--r-- | lang/ifc7/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index b060b9685225..00450abbc7ef 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -43,7 +43,7 @@ IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, ${IFC_SITE}f60l .endif .if exists(${LINUXBASE}/boot/kernel.h) -BROKEN= Can not coexist with linux_devtools +BROKEN= Cannot coexist with linux_devtools .endif post-extract: diff --git a/lang/ifc7/Makefile b/lang/ifc7/Makefile index b060b9685225..00450abbc7ef 100644 --- a/lang/ifc7/Makefile +++ b/lang/ifc7/Makefile @@ -43,7 +43,7 @@ IGNORE= "Please manually download ${DISTFILES} from ${IFC_SITE}, ${IFC_SITE}f60l .endif .if exists(${LINUXBASE}/boot/kernel.h) -BROKEN= Can not coexist with linux_devtools +BROKEN= Cannot coexist with linux_devtools .endif post-extract: |