From 87edfe39b6dc59ae0877f025070a7d87ca925adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Thu, 16 Apr 2020 08:47:48 +0200 Subject: [PATCH] FIX: typo --- src/core/js/ext_revisions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/js/ext_revisions.js b/src/core/js/ext_revisions.js index 59aaa698..3ee086e6 100644 --- a/src/core/js/ext_revisions.js +++ b/src/core/js/ext_revisions.js @@ -31,7 +31,7 @@ * proxy (or wrapper) function adds further functionality. * * The extended update function creates a back-up version of the updated entity - * and and adds a revisionOf property to the updated entity which references + * and adds a revisionOf property to the updated entity which references * the back-up. The back-up entity loses all of its original parents and gets * an "Obsolete" as only parent instead. * -- GitLab