From f29f655ff2a5110c1cb6869294a7881ae91bb36b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Jul 2004 17:23:14 +0000 Subject: fix message git-svn-id: file:///home/lennart/svn/public/syrep/trunk@64 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/syrep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/syrep.c b/src/syrep.c index bf9eaee..6755a7c 100644 --- a/src/syrep.c +++ b/src/syrep.c @@ -613,9 +613,9 @@ static int version(const char *argv0) { "Compiled with libdb %i.%i.%i, linked to libdb %i.%i.%i\n" "SVN Revision "SVN_REVISION"\n" #ifdef USE_XATTR - "Compile with extended attribute support: yes\n" + "Compiled with extended attribute support: yes\n" #else - "Compile with extended attribute support: no\n" + "Compiled with extended attribute support: no\n" #endif #ifdef USE_SENDFILE "Using sendfile(): yes\n", -- cgit