diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-12-03 11:41:33 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-12-03 11:41:33 -0800 |
| commit | 144d84644fd3a2d0dc7be60766411970e82faf55 (patch) | |
| tree | ca7216def53c6fcfecc5267b65262b4a591790e0 /contrib/mw-to-git/git-remote-mediawiki.perl | |
| parent | 23ca729228ef633e8048ce18433dc4ec2f6f53a1 (diff) | |
| parent | 68840cb5af52541cb3354cfa06f2df86ae6ea6f6 (diff) | |
| download | git-144d84644fd3a2d0dc7be60766411970e82faf55.tar.gz | |
Merge branch 'mi/typofixes'
* mi/typofixes:
contrib: typofixes
Documentation/technical/http-protocol.txt: typofixes
typofixes: fix misspelt comments
Diffstat (limited to 'contrib/mw-to-git/git-remote-mediawiki.perl')
| -rwxr-xr-x | contrib/mw-to-git/git-remote-mediawiki.perl | 2 |
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; |
