Merge branch 'rh/remote-hg-bzr-updates'
[gitweb.git] / contrib / mw-to-git / git-remote-mediawiki.perl
index 476e0a2bc02d0708e01c63f6e0fc524a840d4c77..3f8d993afaca53024aa75b4118da9ee80e6a6313 100755 (executable)
@@ -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;