summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2017-02-25 09:13:39 +0100
committerChris Schlaeger <chris@linux.com>2017-02-25 09:13:39 +0100
commit68604973336483301012e2077ffff29fea4725f0 (patch)
tree5dc49579891974c89c2cb1fc3f3aeb523410d1af
parentf2b900dda631c85b9200cdf89cd82b6ce56b57ed (diff)
downloadpostrunner-68604973336483301012e2077ffff29fea4725f0.zip
Fixing typo
-rw-r--r--lib/postrunner/Main.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/Main.rb b/lib/postrunner/Main.rb
index d1b36fd..8cf50ae 100644
--- a/lib/postrunner/Main.rb
+++ b/lib/postrunner/Main.rb
@@ -311,7 +311,7 @@ EOT
if args.empty?
@db.check(true)
@ffs.check
- Log.info "Datebase cleanup started. Please wait ..."
+ Log.info "Database cleanup started. Please wait ..."
@db.gc
Log.info "Database cleanup finished"
else