From ca093aaf727ef441692cbecbd3c2bee27090820d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 18 Mar 2013 18:13:44 -0400 Subject: [PATCH] Fix a comment. --- lib/mailshears/plugins/roundcube_db.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2