mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
spelling: process
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
8f5f1bc0fb
commit
dc373faddd
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@
|
||||||
isExtern = true;
|
isExtern = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't procces the textarea input if we have already
|
// Don't process the textarea input if we have already
|
||||||
// an attachment preview.
|
// an attachment preview.
|
||||||
if (!isExtern && isActive) {
|
if (!isExtern && isActive) {
|
||||||
return;
|
return;
|
||||||
|
@ -233,7 +233,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Proccess all attachment data and show up a html
|
* Process all attachment data and show up a html
|
||||||
* attachment preview.
|
* attachment preview.
|
||||||
*
|
*
|
||||||
* @param {obj} data Attachment data.
|
* @param {obj} data Attachment data.
|
||||||
|
|
Loading…
Reference in a new issue