]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
* [Cc]an't -> [Cc]annot
[quix0rs-gnu-social.git] / classes / Notice.php
index 9886875cb79430f1f9f88d8b69bbdd64f183cc88..862d4c762be688b2d2d4cf9f143e12ab0945d87a 100644 (file)
@@ -680,7 +680,7 @@ class Notice extends Memcached_DataObject
             return Notice::getStreamDirect($qry, $offset, $limit, null, null, $order, null);
         }
 
-        # Get the cache; if we can't, just go to the DB
+        # Get the cache; if we cannot, just go to the DB
 
         $cache = common_memcache();
 
@@ -1364,7 +1364,7 @@ class Notice extends Memcached_DataObject
             }
         }
 
-        // If it's not a "low bandwidth" source (one where you can't set
+        // If it's not a "low bandwidth" source (one where you cannot set
         // a reply_to argument), we return. This is mostly web and API
         // clients.