From 2bca81097940e590fea6a56c52fb8efbcf05626e Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 9 Sep 2011 01:22:36 +0200 Subject: [PATCH] qasim-gui: Fixed typo in error message. --- bin/qasim-gui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qasim-gui.rb b/bin/qasim-gui.rb index 22f6142..5867c3d 100755 --- a/bin/qasim-gui.rb +++ b/bin/qasim-gui.rb @@ -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