Fix misspellings of "Tattletale"
This commit is contained in:
parent
4908956f0c
commit
3aece3e05e
1 changed files with 3 additions and 0 deletions
|
|
@ -365,6 +365,9 @@ function standardizeNames(xml) {
|
||||||
// 13 instances of Elman to 1 of Elmann
|
// 13 instances of Elman to 1 of Elmann
|
||||||
xml = xml.replace(/Elmann/g, "Elman");
|
xml = xml.replace(/Elmann/g, "Elman");
|
||||||
|
|
||||||
|
// Thousands of instances of Tattletale to 4 instances of Tatteltale
|
||||||
|
xml = xml.replace(/Tatteltale/g, "Tattletale");
|
||||||
|
|
||||||
return xml;
|
return xml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue