summaryrefslogtreecommitdiff
path: root/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:32:15 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 23:32:15 +0100
commit5ab709b73977131813884558bf56d97172a7aa26 (patch)
tree2015f93426f559514bdb697b391ea97f98858577 /plugins/TwitterBridge/daemons/twitterstatusfetcher.php
parent104a47e4a2903f1c7ea73363a73cee12f0cf14ac (diff)
Remove more contractions
* doesn't * won't * isn't * don't
Diffstat (limited to 'plugins/TwitterBridge/daemons/twitterstatusfetcher.php')
-rwxr-xr-xplugins/TwitterBridge/daemons/twitterstatusfetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TwitterBridge/daemons/twitterstatusfetcher.php b/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
index ab610e553..5d0d83be3 100755
--- a/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
+++ b/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
@@ -136,7 +136,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon
// Each child ps needs its own DB connection
// Note: DataObject::getDatabaseConnection() creates
- // a new connection if there isn't one already
+ // a new connection if there is not one already
$conn = &$flink->getDatabaseConnection();
@@ -499,7 +499,7 @@ class TwitterStatusFetcher extends ParallelizingDaemon
$avatar->height = 73;
}
- $avatar->original = 0; // we don't have the original
+ $avatar->original = 0; // we do not have the original
$avatar->mediatype = $mediatype;
$avatar->filename = $filename;
$avatar->url = Avatar::url($filename);