Skip to content

Commit e6cd34c

Browse files
authored
Merge pull request #108 from hansott/patch-1
Fix typo in docs
2 parents a49a9b3 + 7dbae3b commit e6cd34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private function parseAddress($address)
147147

148148
if ($this->unix) {
149149
// remove trailing colon from address for HHVM < 3.19: https://3v4l.org/5C1lo
150-
// note that techncially ":" is a valid address, so keep this in place otherwise
150+
// note that technically ":" is a valid address, so keep this in place otherwise
151151
if (substr($address, -1) === ':' && defined('HHVM_VERSION_ID') && HHVM_VERSION_ID < 31900) {
152152
$address = (string)substr($address, 0, -1);
153153
}

0 commit comments

Comments
 (0)