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 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