summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/format.c2
1 files changed, 1 insertions, 1 deletions
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);