text: Fix some typos (most of them found and fixed by codespell).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2020-03-28 01:25:56 +01:00
committed by GitHub
parent 6eb39c8668
commit d2fa058cc1
114 changed files with 151 additions and 151 deletions

View File

@@ -453,7 +453,7 @@ exports.on_load_success = function (realm_people_data) {
} else {
const new_profile_data = [];
$("#user-info-form-modal .custom_user_field_value").each(function () {
// Remove duplicate datepicker input element genearted flatpicker library
// Remove duplicate datepicker input element generated flatpicker library
if (!$(this).hasClass("form-control")) {
new_profile_data.push({
id: parseInt($(this).closest(".custom_user_field").attr("data-field-id"), 10),