Skip to content

Commit d844012

Browse files
authored
Merge pull request #14 from rvalitov/bug/spelling
[fix] spelling
2 parents e9052a8 + 3362ba2 commit d844012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cache/CacheInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function has(string $ip_address);
2323
public function set(string $ip_address, $value);
2424

2525
/**
26-
* Get data for the specied IP address.
26+
* Get data for the specified IP address.
2727
* @param string $ip_address IP address to lookup in cache.
2828
* @return mixed IP address data.
2929
*/

src/cache/DefaultCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function set(string $name, $value)
4949
}
5050

5151
/**
52-
* Get data for the specied IP address.
52+
* Get data for the specified IP address.
5353
* @param string $ip_address IP address to lookup in cache.
5454
* @return mixed IP address data.
5555
*/

0 commit comments

Comments
 (0)