From 00975833c35c230a8e91dc3330def7ff34d51d41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mantas=20Jonu=C5=A1as?= <mantas.jonusas@nfq.lt>
Date: Wed, 22 Apr 2015 16:19:30 +0300
Subject: [PATCH] Fixed typos

---
 Search.php                                 | 2 +-
 SearchEndpoint/SearchEndpointInterface.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Search.php b/Search.php
index 0c9b7d5..f54c7d2 100644
--- a/Search.php
+++ b/Search.php
@@ -365,7 +365,7 @@ class Search
     }
 
     /**
-     * Returns currectly contained sorts object.
+     * Returns sorts object.
      *
      * @return Sorts
      */
diff --git a/SearchEndpoint/SearchEndpointInterface.php b/SearchEndpoint/SearchEndpointInterface.php
index 83139eb..ed17cb9 100644
--- a/SearchEndpoint/SearchEndpointInterface.php
+++ b/SearchEndpoint/SearchEndpointInterface.php
@@ -31,7 +31,7 @@ interface SearchEndpointInterface extends NormalizableInterface
     public function addBuilder(BuilderInterface $builder, $parameters = []);
 
     /**
-     * Returns currectly contained builder.
+     * Returns contained builder.
      *
      * @return BuilderInterface|BuilderInterface[]
      */
-- 
GitLab