Matthias Mullie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/111358

Change subject: Fix typos
......................................................................

Fix typos

Change-Id: I1cfce618e674f644bb99cea3d0709096acbdd3ae
---
M container.php
M includes/Data/ObjectManager.php
2 files changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/58/111358/1

diff --git a/container.php b/container.php
index 11161ff..fc39922 100644
--- a/container.php
+++ b/container.php
@@ -103,7 +103,7 @@
 use Flow\Model\Header;
 use Flow\Model\PostRevision;
 
-// TODO: this is still pass-thru untill it gets hooked up to the begin/commit
+// TODO: this is still pass-thru until it gets hooked up to the begin/commit
 //       transaction.  Easiest will be to explicitly start/end the transaction
 //       in the entry point ?
 $c['memcache.buffered'] = $c->share( function( $c ) {
diff --git a/includes/Data/ObjectManager.php b/includes/Data/ObjectManager.php
index 22dfb3f..6ee14fd 100644
--- a/includes/Data/ObjectManager.php
+++ b/includes/Data/ObjectManager.php
@@ -223,7 +223,7 @@
        }
 
        /**
-        * All queries must be against the same index. Results are equivilent to
+        * All queries must be against the same index. Results are equivalent to
         * array_map, maintaining order and key relationship between input 
$queries
         * and $result.
         *
@@ -957,8 +957,8 @@
        protected $indexed;
        protected $indexedOrdered;
 
-       // This exists in the Index interface and as such cant be abstract
-       // untill php 5.3.9, but some of our test machines are on 5.3.3
+       // This exists in the Index interface and as such can't be abstract
+       // until php 5.3.9, but some of our test machines are on 5.3.3
        //abstract public function getLimit();
        abstract public function queryOptions();
        abstract public function limitIndexSize( array $values );
@@ -1117,7 +1117,7 @@
                        }
                }
 
-               // Retreive from cache
+               // Retrieve from cache
                $cached = $this->cache->getMulti( array_keys( $keyToIdx ) );
                // expand partial results and merge into result set
                foreach( $this->rowCompactor->expandCacheResult( $cached, 
$keyToQuery ) as $key => $rows ) {
@@ -1126,7 +1126,7 @@
                                unset( $queries[$idx] );
                        }
                }
-               // dont need to query backing store
+               // don't need to query backing store
                if ( count( $queries ) === 0 ) {
                        return $results;
                }
@@ -1390,7 +1390,7 @@
 
 /**
  * Removes the feature fields from stored array since its duplicating the 
cache key values
- * Re-adds them when retreiving from cache.
+ * Re-adds them when retrieving from cache.
  */
 class FeatureCompactor implements Compactor {
        public function __construct( array $indexedColumns ) {
@@ -1500,7 +1500,7 @@
 }
 
 /**
- * Performs the equivilent of an SQL ORDER BY c1 ASC, c2 ASC...
+ * Performs the equivalent of an SQL ORDER BY c1 ASC, c2 ASC...
  * Always sorts in ascending order.  array_reverse to get all descending.
  * For varied asc/desc needs implementation changes.
  *

-- 
To view, visit https://gerrit.wikimedia.org/r/111358
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cfce618e674f644bb99cea3d0709096acbdd3ae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to