From a0b463f9ec72f045ba2ce79510224e0d20884404 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Mon, 29 Apr 2024 14:13:10 +0200
Subject: [PATCH] fix typo, re #4090

---
 lib/classes/PageLayout.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/classes/PageLayout.php b/lib/classes/PageLayout.php
index 4eb422c047a..d3f3028d524 100644
--- a/lib/classes/PageLayout.php
+++ b/lib/classes/PageLayout.php
@@ -196,7 +196,7 @@ class PageLayout
     }
 
     /**
-     * Get the current help URL. If no URL is set explicitely, the URL for
+     * Get the current help URL. If no URL is set explicitly, the URL for
      * the help keyword is used.
      */
     public static function getHelpUrl(): ?string
-- 
GitLab