Skip to content

Commit 33011fb

Browse files
committed
fix: typo
solve #5423 (comment) Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 9cd40b0 commit 33011fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Handler/SignEngine/TSA.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function extract(array $root): array {
165165
}
166166

167167
$tsa['cnHints'] = $cnHints;
168-
$tsa['displayName'] = $this->generateDistingishedNames($cnHints);
168+
$tsa['displayName'] = $this->generateDistinguishedNames($cnHints);
169169
$tsa['genTime'] = new \DateTime($tsa['genTime']);
170170

171171
return $tsa;
@@ -370,7 +370,7 @@ private function collectCNHints(array $subtree): array {
370370
return $hints;
371371
}
372372

373-
private function generateDistingishedNames(array $hints): string {
373+
private function generateDistinguishedNames(array $hints): string {
374374
$map = [
375375
'countryName' => 'C',
376376
'stateOrProvinceName' => 'ST',

0 commit comments

Comments
 (0)