Fix the seemingly safe spellings found by codespell

Untested, only checked by inspection.

(cherry picked from commit 2c47a11008)
This commit is contained in:
Peter Newman
2020-06-28 23:06:44 +01:00
parent 248b29983d
commit 4205ca1d07
49 changed files with 87 additions and 87 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ export function uiFieldLocalized(field, context) {
}
// Remove whatever is after the last ' '
// NOTE: split/join on en-dash, not a hypen (to avoid conflict with fr - nl names in Brussels etc)
// NOTE: split/join on en-dash, not a hyphen (to avoid conflict with fr - nl names in Brussels etc)
function cleanName(name) {
var parts = name.split(' ');
if (parts.length > 1) {