]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
wording change in comment
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 20:07:50 +0000 (16:07 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 20:07:50 +0000 (16:07 -0400)
darcs-hash:20080709200750-84dde-1460fb58f84a16cdfff93b46afb13928cdd0a439.gz

lib/stream.php

index 0cf495f60ead9046da5c07c5b1026d0656c6ad84..58ac6e5d5cda221c082aa8769819c0367d1346cd 100644 (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));
                }