From 3017fe8176b96e795f02813bc3cd38056bb73051 Mon Sep 17 00:00:00 2001 From: mwjames Date: Tue, 2 Jun 2015 11:42:50 +0200 Subject: [PATCH] Update BlobStore.php [skip ci] --- src/BlobStore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlobStore.php b/src/BlobStore.php index 5c0762e..8b47aed 100644 --- a/src/BlobStore.php +++ b/src/BlobStore.php @@ -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;