Skip to content

Commit f785c7b

Browse files
committed
Fix typo 'gatway'
1 parent f16ed0e commit f785c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IPConfig/Models/IPConfigBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public virtual string Gateway
5959
get => _gateway;
6060
set
6161
{
62-
if (TryNormalizeIPAddress(value, out string gatway))
62+
if (TryNormalizeIPAddress(value, out string gateway))
6363
{
64-
SetProperty(ref _gateway, gatway, true);
64+
SetProperty(ref _gateway, gateway, true);
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)