From 8f734b5e52b7e1727cb12fe8abbbb46363f7c4df Mon Sep 17 00:00:00 2001 From: Martin van Es <martin@mrvanes.com> Date: Mon, 22 Feb 2016 14:36:03 +0100 Subject: [PATCH] Corrected typo --- modules/core/docs/authproc_attributevaluemap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/docs/authproc_attributevaluemap.txt b/modules/core/docs/authproc_attributevaluemap.txt index 2938871e0..cf7468a5f 100644 --- a/modules/core/docs/authproc_attributevaluemap.txt +++ b/modules/core/docs/authproc_attributevaluemap.txt @@ -1,7 +1,7 @@ `core:AttributeValueMap` =================== -Filter that creates a target attribute based on or more value(s) in source attribute. +Filter that creates a target attribute based on one or more value(s) in source attribute. %replace can be used to replace all existing values in target with new ones (any existing values will be lost) %keep can be used to keep the source attribute, otherwise it will be removed. -- GitLab