summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/t/install-wiki
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2019-11-05 17:07:30 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-11-10 16:00:55 +0900
commit03670c8b2375062a5bcc50ce8891a4406fbc88e2 (patch)
tree1f59a47b80eda5492a8c02f737a3b5a4d5a22ebe /contrib/mw-to-git/t/install-wiki
parentmultimail: fix a few simple spelling errors (diff)
downloadtgif-03670c8b2375062a5bcc50ce8891a4406fbc88e2.tar.xz
Fix spelling errors in no-longer-updated-from-upstream modules
We have several modules originally taken from some upstream source, and which as far as I can tell we no longer update from the upstream anymore. As such, I have not submitted these spelling fixes to any external projects but just include them directly here. Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/mw-to-git/t/install-wiki')
-rw-r--r--contrib/mw-to-git/t/install-wiki/db_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mw-to-git/t/install-wiki/db_install.php b/contrib/mw-to-git/t/install-wiki/db_install.php
index 0f3f4e018a..b033849800 100644
--- a/contrib/mw-to-git/t/install-wiki/db_install.php
+++ b/contrib/mw-to-git/t/install-wiki/db_install.php
@@ -24,7 +24,7 @@ $url = 'http://localhost:'.$port.'/wiki/mw-config/index.php';
$db_dir = urlencode($tmp);
$tmp_cookie = tempnam($tmp, "COOKIE_");
/*
- * Fetchs a page with cURL.
+ * Fetches a page with cURL.
*/
function get($page_name = "") {
$curl = curl_init();