diff options
author | Chris Schlaeger <chris@linux.com> | 2017-02-25 09:13:39 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2017-02-25 09:13:39 +0100 |
commit | 68604973336483301012e2077ffff29fea4725f0 (patch) | |
tree | 5dc49579891974c89c2cb1fc3f3aeb523410d1af | |
parent | f2b900dda631c85b9200cdf89cd82b6ce56b57ed (diff) | |
download | postrunner-68604973336483301012e2077ffff29fea4725f0.zip |
Fixing typo
-rw-r--r-- | lib/postrunner/Main.rb | 2 |
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 |