qasim-gui: Fixed typo in error message.

This commit is contained in:
Glenn Y. Rolland 2011-09-09 01:22:36 +02:00
parent a2ce48dea4
commit 2bca810979

View file

@ -222,7 +222,7 @@ module Qasim
f.close
@app.exec
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
ensure
masterpid = File.read(lockfname).strip