Skip to content

Commit

Permalink
Update BlobStore.php
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mwjames committed Jun 2, 2015
1 parent 032bd1b commit 3017fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlobStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function drop() {
private function getKey( $id ) {

if ( !is_string( $id ) ) {
throw new InvalidArgumentException( "Expected the id o be a string" );
throw new InvalidArgumentException( "Expected the id to be a string" );
}

return $this->namespacePrefix . ':' . $this->namespace . ':' . $id;
Expand Down

0 comments on commit 3017fe8

Please sign in to comment.