From 435a13337351b87517395cb239067b5b8ea39a9a Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Sun, 11 Mar 2012 23:07:03 -0300 Subject: [PATCH] Replacing "in" by "is" on lib/noosfero/plugin.rb --- lib/noosfero/plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/noosfero/plugin.rb b/lib/noosfero/plugin.rb index 0951044..e2c06e5 100644 --- a/lib/noosfero/plugin.rb +++ b/lib/noosfero/plugin.rb @@ -218,7 +218,7 @@ class Noosfero::Plugin end end - # This method will be called just before a comment in saved to the database. + # This method will be called just before a comment is saved to the database. # # It can modify the comment in several ways. In special, a plugin can call # reject! on the comment and that will cause the comment to not be saved. -- libgit2 0.21.2