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:
parent
21cc381bdd
commit
1fe188b72e
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue