typos (thanks Jamyn!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4d6282546d
commit
f8062527fa
30 changed files with 67 additions and 67 deletions
|
@ -93,7 +93,7 @@ def log(msg, log_dir = '.'):
|
|||
open('release.log', 'a').write(msg + '\n')
|
||||
|
||||
def exit(log_dir = '.'):
|
||||
log('\nerror occured, exiting', log_dir)
|
||||
log('\nerror occurred, exiting', log_dir)
|
||||
|
||||
def run(command, log_name, err, wanted_ret = 0, log_dir = '.'):
|
||||
log('running %s' % command, log_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue