fix typos

This commit is contained in:
tdurieux
2021-04-06 17:45:36 +02:00
parent b653f37920
commit cf17e1c456
18 changed files with 66 additions and 68 deletions

View File

@@ -308,7 +308,7 @@ module.exports.getRepoReadme = async (options) => {
}
};
module.exports.updateAnonimizedRepository = async (repoConfig) => {
module.exports.updateAnonymizedRepository = async (repoConfig) => {
if (repoConfig.status == "updating") {
throw "repo_is_updating";
}