summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 10:39:51 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-16 10:39:51 +0000
commitf0f9c7d0fdceec36f7a642ea9f7932929609648d (patch)
tree7824de768c4834a2adb79b2eca983e019208a39a /lib
parentb2cc48a1d26e69096f3b81c035b0c4ab9f1d58f4 (diff)
merge r23447.
* lib/rss/maker/entry.rb: fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rss/maker/entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/maker/entry.rb b/lib/rss/maker/entry.rb
index edaa31ec06..b35936b208 100644
--- a/lib/rss/maker/entry.rb
+++ b/lib/rss/maker/entry.rb
@@ -135,7 +135,7 @@ module RSS
self.id = keep[:id]
@rights = keep[:rights]
@title = keep[:title]
- self.updated = keep[:prev_updated]
+ self.updated = keep[:updated]
end
Guid = Feed::Items::Item::Guid