Fix a typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33163 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -115,7 +115,7 @@ InterfaceStatusItem::DrawItem(BView* owner, BRect /*bounds*/, bool complete)
|
|||||||
if (fSetting->GetAutoConfigure())
|
if (fSetting->GetAutoConfigure())
|
||||||
owner->DrawString("DHCP enabled", commentPt);
|
owner->DrawString("DHCP enabled", commentPt);
|
||||||
else
|
else
|
||||||
owner->DrawString("DHCP disabled, use static IP adress", commentPt);
|
owner->DrawString("DHCP disabled, use static IP address", commentPt);
|
||||||
|
|
||||||
|
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user