Fix various typos

Found via `codespell -q 3 -S "./resources/lang,./resources/assets/js/locales" -L hastable`
This commit is contained in:
luzpaz
2024-01-10 01:12:48 +00:00
parent 136fe8e8eb
commit 744e193faa
13 changed files with 20 additions and 20 deletions

View File

@@ -501,7 +501,7 @@ export default {
button.prop("disabled", true);
axios.post(uri, data).then(response => {
// console.log('Did a succesfull POST');
// console.log('Did a successful POST');
// this method will ultimately send the user on (or not).
if (0 === this.collectAttachmentData(response)) {
// console.log('Will now go to redirectUser()');