public
Fork of mleung/feather
Description: The simplest blog that works. Make sure you check out the feather-plugins repo as well!
Clone URL: git://github.com/bond/feather.git
quick typo fix
edraper (author)
Fri Jul 18 13:08:19 -0700 2008
commit  eafb1861bfdc0f92b07282451731d59c3ba7a11d
tree    56166af5ab9c0ff8031a44d7a12b8fbd06507781
parent  38a942e51b5909f781376a4ae9dcce072328b30f
...
87
88
89
90
 
91
92
93
...
87
88
89
 
90
91
92
93
0
@@ -87,7 +87,7 @@ class Article
0
   end
0
 
0
   def published=(binary_string)
0
- # We need this beacuse the values get populated from the params
0
+ # We need this because the values get populated from the params
0
     attribute_set(:published, binary_string == "1")
0
   end
0
   

Comments

    No one has commented yet.