mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 21:09:52 +00:00
Fix various typos
Found via `codespell -q 3 -S *.ts,./src/libraries,./webpage/src/??/*,./webpage/yarn.lock,./appveyor/OpenSSL/LICENSE -L ro,ser`
This commit is contained in:
parent
5f51eec11e
commit
a0fff3a4f2
7 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@ import QtQml 2.0
|
|||
import QOwnNotesTypes 1.0
|
||||
|
||||
/**
|
||||
* This script is a short example of how to use detatched processes and callbacks
|
||||
* This script is a short example of how to use detached processes and callbacks
|
||||
* to relieve the UI thread.
|
||||
* Visit http://docs.qownnotes.org/ for more information about scripting
|
||||
*/
|
||||
|
|
|
@ -62,7 +62,7 @@ QtObject {
|
|||
// add the headline of the task
|
||||
var text = headline + "\n";
|
||||
|
||||
// add "=" charactes so that the headline is really a headline
|
||||
// add "=" characters so that the headline is really a headline
|
||||
for (var i = 0; i < headline.length; i++) {
|
||||
text += "=";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue