From dcd5dd672769c9d485708d9e539f9e4a4eec3dd3 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 17 May 2015 20:41:19 -0400 Subject: [PATCH] Typo in comment --- src/main/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/map.c b/src/main/map.c index 5020b2b7706..9c75df93033 100644 --- a/src/main/map.c +++ b/src/main/map.c @@ -1558,7 +1558,7 @@ void map_debug_log(REQUEST *request, vp_map_t const *map, VALUE_PAIR const *vp) /* * Not appropriate to use map->rhs->quote here, as that's the quoting - * around the list. The attribute value has no quoting, so we choose + * around the list ref. The attribute value has no quoting, so we choose * the quoting based on the data type, and whether it's printable. */ if (vp->da->type == PW_TYPE_STRING) quote = is_printable(vp->vp_strvalue, @@ -1575,7 +1575,7 @@ void map_debug_log(REQUEST *request, vp_map_t const *map, VALUE_PAIR const *vp) /* * Not appropriate to use map->rhs->quote here, as that's the quoting - * around the list. The attribute value has no quoting, so we choose + * around the attr ref. The attribute value has no quoting, so we choose * the quoting based on the data type, and whether it's printable. */ if (vp->da->type == PW_TYPE_STRING) quote = is_printable(vp->vp_strvalue, -- 2.47.3