From: Michael Orlitzky Date: Mon, 18 Mar 2013 22:13:44 +0000 (-0400) Subject: Fix a comment. X-Git-Tag: 0.0.1~104 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=ca093aaf727ef441692cbecbd3c2bee27090820d Fix a comment. --- diff --git a/lib/mailshears/plugins/roundcube_db.rb b/lib/mailshears/plugins/roundcube_db.rb index 111e360..d563a24 100644 --- a/lib/mailshears/plugins/roundcube_db.rb +++ b/lib/mailshears/plugins/roundcube_db.rb @@ -93,7 +93,7 @@ class RoundcubeDb def get_leftover_accounts(db_accounts) - # Given a list of all users who have logged in to Roundcube. + # Get a list of all users who have logged in to Roundcube. rc_accounts = self.get_roundcube_usernames() return rc_accounts - db_accounts end