From 985e843611c571aff257a24a9d33b49cca72c3c4 Mon Sep 17 00:00:00 2001 From: HairyFotr Date: Thu, 16 Feb 2017 18:31:51 +0100 Subject: fix typos --- dudle.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dudle.rb') diff --git a/dudle.rb b/dudle.rb index add72f0..078f685 100644 --- a/dudle.rb +++ b/dudle.rb @@ -121,7 +121,7 @@ class Dudle @tab = "." if @tab == "index.cgi" if is_poll? - # log last read acces manually (no need to grep server logfiles) + # log last read access manually (no need to grep server logfiles) File.open("last_read_access","w").close unless @cgi.user_agent =~ $conf.bots @basedir = ".." inittabs @@ -229,7 +229,7 @@ READY @html.header["status"] = "REDIRECT" @html.header["Cache-Control"] = "no-cache" @html.header["Location"] = @configtabs[linkindex][1] - @html << _("All changes were saved sucessfully.") + " " + _("Proceed!") + "" + @html << _("All changes were saved successfully.") + " " + _("Proceed!") + "" out exit end -- cgit v1.2.3