From abed694a1856101a80eee1575eb5c8b96e7c8fca Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 12 Sep 2013 17:31:04 -0400 Subject: Add a missing word in a comment --- src/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/format.c b/src/format.c index c7910fc..cfec33e 100644 --- a/src/format.c +++ b/src/format.c @@ -1600,7 +1600,7 @@ format_referred(struct plugin_state *state, Slapi_PBlock *pb, Slapi_Entry *e, return -ENOENT; } - /* Note that this map cares both attributes. */ + /* Note that this map cares about both attributes. */ if (rel_attrs != NULL) { format_add_attrlist(rel_attrs, other_attr); format_add_attrlist(rel_attrs, attr); -- cgit