← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:fix-typos into launchpad:master

 

jugmac00 has proposed merging ~jugmac00/launchpad:fix-typos into launchpad:master.

Commit message:
fix typos

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410135
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-typos into launchpad:master.
diff --git a/lib/lp/scripts/garbo.py b/lib/lp/scripts/garbo.py
index f89c5f7..6516f29 100644
--- a/lib/lp/scripts/garbo.py
+++ b/lib/lp/scripts/garbo.py
@@ -1974,7 +1974,7 @@ class BaseDatabaseGarbageCollector(LaunchpadCronScript):
                 try:
                     tunable_loop.run()
                     loop_logger.debug(
-                        "%s completed sucessfully.", loop_name)
+                        "%s completed successfully.", loop_name)
                 except Exception:
                     loop_logger.exception("Unhandled exception")
                     self.failure_count += 1
@@ -2014,7 +2014,7 @@ class FrequentDatabaseGarbageCollector(BaseDatabaseGarbageCollector):
 class HourlyDatabaseGarbageCollector(BaseDatabaseGarbageCollector):
     """Run every hour.
 
-    Jobs we want to run fairly often but have noticable overhead go here.
+    Jobs we want to run fairly often but have noticeable overhead go here.
     """
     script_name = 'garbo-hourly'
     tunable_loops = [