Fix a typo in the original comment
This commit is contained in:
parent
2284fc6860
commit
46530408f2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ConnectionHandler
|
||||||
echo '0:' . $reason;
|
echo '0:' . $reason;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// retreive the domain info
|
// retrieve the domain info
|
||||||
$domainInfo = getDomainInfo($domainId);
|
$domainInfo = getDomainInfo($domainId);
|
||||||
|
|
||||||
// if we need to create missing ring info
|
// if we need to create missing ring info
|
||||||
|
|
Loading…
Reference in a new issue