[Sheepdog] [PATCH 3/3] fix the attribute name typo
FUJITA Tomonori
fujita.tomonori at lab.ntt.co.jp
Tue Dec 22 08:36:24 CET 2009
Signed-off-by: FUJITA Tomonori <fujita.tomonori at lab.ntt.co.jp>
---
collie/store.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/collie/store.c b/collie/store.c
index 29d01b8..4e95469 100644
--- a/collie/store.c
+++ b/collie/store.c
@@ -22,7 +22,7 @@
#include "meta.h"
#define ANAME_LAST_OID "user.sheepdog.last_oid"
-#define ANAME_COPIES "user.sheepdog.copes"
+#define ANAME_COPIES "user.sheepdog.copies"
#define ANAME_CURRENT "user.sheepdog.current"
static char *obj_dir;
--
1.5.6.5
More information about the sheepdog
mailing list