wording change in comment

darcs-hash:20080709200750-84dde-1460fb58f84a16cdfff93b46afb13928cdd0a439.gz
This commit is contained in:
Evan Prodromou 2008-07-09 16:07:50 -04:00
parent 816262d488
commit ed4854f52d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class StreamAction extends Action {
common_raw($notice->rendered);
} else {
# XXX: may be some uncooked notices in the DB,
# we cook them right now. This can probably disappear in future
# we cook them right now. This should probably disappear in future
# versions (>> 0.4.x)
common_raw(common_render_content($notice->content, $notice));
}