1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-09 13:32:46 +00:00

fixed a typo and a declaration

This commit is contained in:
Patrizio Bekerle 2018-03-06 17:16:08 +01:00
parent 21cc381bdd
commit 1fe188b72e
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ Script {
return;
}
// start the diff programm with the selected note paths as parameters
// start the diff program with the selected note paths as parameters
var params = script.selectedNotesPaths();
script.startDetachedProcess(executablePath, params);
}