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

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 6a7e14643b79532b719040d58e95707f9d2f73d1
Merged at revision: 383ca53e4d6d8224da20617b3d029e64f4cfbe04
Proposed branch: ~jugmac00/launchpad:fix-typos
Merge into: launchpad:master
Diff against target: 22 lines (+2/-2)
1 file modified
lib/lp/scripts/garbo.py (+2/-2)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Cristian Gonzalez (community) Approve
Review via email: mp+410135@code.launchpad.net

Commit message

fix typos

To post a comment you must log in.
Revision history for this message
Cristian Gonzalez (cristiangsp) wrote :

Good catch!

review: Approve
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/scripts/garbo.py b/lib/lp/scripts/garbo.py
2index f89c5f7..6516f29 100644
3--- a/lib/lp/scripts/garbo.py
4+++ b/lib/lp/scripts/garbo.py
5@@ -1974,7 +1974,7 @@ class BaseDatabaseGarbageCollector(LaunchpadCronScript):
6 try:
7 tunable_loop.run()
8 loop_logger.debug(
9- "%s completed sucessfully.", loop_name)
10+ "%s completed successfully.", loop_name)
11 except Exception:
12 loop_logger.exception("Unhandled exception")
13 self.failure_count += 1
14@@ -2014,7 +2014,7 @@ class FrequentDatabaseGarbageCollector(BaseDatabaseGarbageCollector):
15 class HourlyDatabaseGarbageCollector(BaseDatabaseGarbageCollector):
16 """Run every hour.
17
18- Jobs we want to run fairly often but have noticable overhead go here.
19+ Jobs we want to run fairly often but have noticeable overhead go here.
20 """
21 script_name = 'garbo-hourly'
22 tunable_loops = [

Subscribers

People subscribed via source and target branches

to status/vote changes: