public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Corrected a spelling error
Michael Hartl (author)
Sat Jun 07 04:54:12 -0700 2008
commit  c648887bbbec424c7377a6e3bd6814ef9cdaf117
tree    69b9d3e60f68901c2aedf6e3a133a26a2386cec7
parent  27003653a6351f419464ac9bed753a841d686abf
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ module ActivityLogger
0
   # should include the person as well. This happens when
0
   # someone comments on a person's blog post or wall. In that case, when
0
   # adding activities to the contacts of the wall's or post's owner,
0
- # we should include the owner as well, so that he see's in his feed
0
+ # we should include the owner as well, so that he sees in his feed
0
   # that a comment has been made.
0
   def add_activities(options = {})
0
     person = options[:person]

Comments

    No one has commented yet.