qasim-gui: Fixed typo in error message.
This commit is contained in:
parent
a2ce48dea4
commit
2bca810979
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ module Qasim
|
||||||
f.close
|
f.close
|
||||||
@app.exec
|
@app.exec
|
||||||
rescue Errno::EEXIST => e
|
rescue Errno::EEXIST => e
|
||||||
warn "error: Another instance of %s is already running."
|
warn "error: Another instance of %s is already running." % APP_NAME
|
||||||
exit 1
|
exit 1
|
||||||
ensure
|
ensure
|
||||||
masterpid = File.read(lockfname).strip
|
masterpid = File.read(lockfname).strip
|
||||||
|
|
Loading…
Reference in a new issue