From: Martin Mares Date: Sun, 10 Jun 2007 14:18:29 +0000 (+0200) Subject: Fixed a typo. X-Git-Tag: python-dummy-working~372 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=527f7b4981d451a4d5b55ae638220192112633c3;p=eval.git Fixed a typo. --- diff --git a/submit/MO/Submit.pm b/submit/MO/Submit.pm index a375058..18441dc 100644 --- a/submit/MO/Submit.pm +++ b/submit/MO/Submit.pm @@ -23,7 +23,7 @@ sub new($) { "Cert" => "$mo/cert.pem", "CACert" => "$mo/ca-cert.pem", "Trace" => defined $ENV{"MO_SUBMIT_TRACE"}, - "History" => "$home/.history"; # Keep submission history in this directory + "History" => "$home/.history", # Keep submission history in this directory "RefreshTimer" => 5000, # How often GUI sends STATUS commands [ms] "user" => $user, "sk" => undef,