From ed4854f52da11527016e20c20eea08d777b416ae Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 9 Jul 2008 16:07:50 -0400 Subject: [PATCH] wording change in comment darcs-hash:20080709200750-84dde-1460fb58f84a16cdfff93b46afb13928cdd0a439.gz --- lib/stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stream.php b/lib/stream.php index 0cf495f60e..58ac6e5d5c 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)); }