summaryrefslogtreecommitdiff
path: root/contrib/mw-to-git/git-remote-mediawiki.perl
diff options
context:
space:
mode:
authorLibravatar Masanari Iida <standby24x7@gmail.com>2013-11-13 00:17:45 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-11-12 09:42:21 -0800
commit68840cb5af52541cb3354cfa06f2df86ae6ea6f6 (patch)
tree48b46a57ab4fe09c37da597d144df608b16c04b5 /contrib/mw-to-git/git-remote-mediawiki.perl
parentDocumentation/technical/http-protocol.txt: typofixes (diff)
downloadtgif-68840cb5af52541cb3354cfa06f2df86ae6ea6f6.tar.xz
contrib: typofixes
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/mw-to-git/git-remote-mediawiki.perl')
-rwxr-xr-xcontrib/mw-to-git/git-remote-mediawiki.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mw-to-git/git-remote-mediawiki.perl b/contrib/mw-to-git/git-remote-mediawiki.perl
index 476e0a2bc0..3f8d993afa 100755
--- a/contrib/mw-to-git/git-remote-mediawiki.perl
+++ b/contrib/mw-to-git/git-remote-mediawiki.perl
@@ -1315,7 +1315,7 @@ sub get_mw_namespace_id {
# Store "notANameSpace" as special value for inexisting namespaces
my $store_id = ($id || 'notANameSpace');
- # Store explicitely requested namespaces on disk
+ # Store explicitly requested namespaces on disk
if (!exists $cached_mw_namespace_id{$name}) {
run_git(qq(config --add remote.${remotename}.namespaceCache "${name}:${store_id}"));
$cached_mw_namespace_id{$name} = 1;