From 0ffa7021ce35f63ec102ef31072c9eb97b8b0c2d Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Fri, 24 Jun 2022 14:47:19 +0000
Subject: [PATCH] Fix doc typo

---
 modules/core/docs/authproc_attributecopy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/docs/authproc_attributecopy.md b/modules/core/docs/authproc_attributecopy.md
index 976e8ee4c..4dfc5c7fa 100644
--- a/modules/core/docs/authproc_attributecopy.md
+++ b/modules/core/docs/authproc_attributecopy.md
@@ -16,7 +16,7 @@ Copy a single attribute (user's `uid` will be copied to the user's `username`):
         ],
     ],
 
-Copy a single attribute to more then one attribute (user's `uid` will be copied to the user's `username` and to `urn:mace:dir:attribute-def:uid`)
+Copy a single attribute to more than one attribute (user's `uid` will be copied to the user's `username` and to `urn:mace:dir:attribute-def:uid`)
 
     'authproc' => [
         50 => [
-- 
GitLab