From 0560a5c23a657392a50fb3f954e7968c37f15837 Mon Sep 17 00:00:00 2001 From: rfm Date: Thu, 19 Apr 2007 11:38:32 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25065 72102866-910b-0410-8b05-ffd578937521 --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f8b8764ea..f68b79c2a 100755 --- a/configure +++ b/configure @@ -16229,7 +16229,7 @@ echo "${ECHO_T}none" >&6; } echo "You do not have an up-to-date libobjc library installed" elif test "$have_working_trampoline" = no; then echo "You have ffcall, but it does not work properly. Most likely because" - echo "your're system's security policy is blocking some parts of ffcall" + echo "your system's security policy is blocking some parts of ffcall" echo "we recommend installing libffi instead." else echo "You do not have either ffcall or libffi installed, or configure needs" diff --git a/configure.ac b/configure.ac index 854ad2922..c8edf8ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -1917,7 +1917,7 @@ if test $ffi_ok = no; then echo "You do not have an up-to-date libobjc library installed" elif test "$have_working_trampoline" = no; then echo "You have ffcall, but it does not work properly. Most likely because" - echo "your're system's security policy is blocking some parts of ffcall" + echo "your system's security policy is blocking some parts of ffcall" echo "we recommend installing libffi instead." else echo "You do not have either ffcall or libffi installed, or configure needs"