summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-19 17:23:14 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-19 17:23:14 +0000
commitf29f655ff2a5110c1cb6869294a7881ae91bb36b (patch)
tree6893e73ba76375c231ccde6f007ab30c1550098b
parent224c7dcbc066910102c3f5dfa1fb124e4b40f144 (diff)
fix message
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@64 07ea20a6-d2c5-0310-9e02-9ef735347d72
-rw-r--r--src/syrep.c4
1 files 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",