Skip to content

Commit fea261d

Browse files
committed
typo in PhysicalInterfaceDiagnosticSuite
1 parent bb4de4f commit fea261d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/Diagnostics/Suites/PhysicalInterfaceDiagnosticSuite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ private function adminStatus(): DiagnosticResult
315315
*/
316316
private function switchPortActive(): DiagnosticResult
317317
{
318-
$mainName = 'Within IXP Manager, the phsyical interface is '
318+
$mainName = 'Within IXP Manager, the physical interface is '
319319
. ( $this->pi->status ? 'enabled' : 'disabled' )
320320
. ' and the switchport is '
321321
. ( $this->pi->switchPort->active ? 'active' : 'inactive' );

0 commit comments

Comments
 (0)