From 353f2e66f61b869fe9734ba744c0ed227bc1007e Mon Sep 17 00:00:00 2001
From: Kevin Paxman <22407-KevinPaxman@users.noreply.drupalcode.org>
Date: Fri, 21 Jul 2023 12:59:10 +0000
Subject: [PATCH] Issue #3375961: Fix "dowloading" typo

---
 fillpdf.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fillpdf.module b/fillpdf.module
index ab0e2bd..b0cd7e5 100644
--- a/fillpdf.module
+++ b/fillpdf.module
@@ -22,7 +22,7 @@ function fillpdf_help($route_name, RouteMatchInterface $route_match) {
 
     case 'fillpdf.forms_admin':
       if (\Drupal::moduleHandler()->moduleExists('help')) {
-        return t('See the <a href=":link">documentation</a> for an explanation on dowloading these forms to PDF',
+        return t('See the <a href=":link">documentation</a> for an explanation on downloading these forms to PDF',
           [
             ':link' => Url::fromUri('https://www.drupal.org/docs/contributed-modules/fillpdf')
               ->toString(),
-- 
GitLab