diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 16:07:50 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 16:07:50 -0400 |
commit | ed4854f52da11527016e20c20eea08d777b416ae (patch) | |
tree | b31bb94063962ed7f314c7e63152d6bcefdbbc54 /lib/stream.php | |
parent | 816262d4884d09804a93e1a6974a6b0ecc6660f1 (diff) |
wording change in comment
darcs-hash:20080709200750-84dde-1460fb58f84a16cdfff93b46afb13928cdd0a439.gz
Diffstat (limited to 'lib/stream.php')
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.php b/lib/stream.php index 0cf495f60..58ac6e5d5 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -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)); } |