aboutsummaryrefslogtreecommitdiff
path: root/dudle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'dudle.rb')
-rw-r--r--dudle.rb4
1 files changed, 2 insertions, 2 deletions
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.") + " <a href=\"#{@configtabs[linkindex][1]}\">" + _("Proceed!") + "</a>"
+ @html << _("All changes were saved successfully.") + " <a href=\"#{@configtabs[linkindex][1]}\">" + _("Proceed!") + "</a>"
out
exit
end